From: Jan Kiszka <[email protected]> We added a new function in 8df7c6ecad5c, 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]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e95bae7..3b05e7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.35.3 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/b34931ee-0c30-4f48-b0f8-66f0bc31a7b1%40siemens.com.
