Skip to content

Commit

Permalink
libebgenv: Bump library version
Browse files Browse the repository at this point in the history
We added a new function in 8df7c6e, not removing any yet. Therefore
bump 'current' and 'age' according to [1]

[1] https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Oct 25, 2023
1 parent 9ea28f3 commit 33417fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pkginclude_HEADERS = \
#
lib_LTLIBRARIES = libebgenv.la
libebgenv_la_SOURCES = $(libebgenv_a_SOURCES)
libebgenv_la_LDFLAGS = -version-info 0:0:0
libebgenv_la_LDFLAGS = -version-info 1:0:1

if ARCH_ARM
libebgenv_la_LDFLAGS += -Wl,--no-wchar-size-warning
Expand Down

0 comments on commit 33417fd

Please sign in to comment.