From 18f7b3dbcea181ed5b368b4a44c2e6a98ba10ec5 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 4 Nov 2014 20:51:00 +0100 Subject: [PATCH] lib: bump versioning Even if the ABI stays the same, the ability to pass NULL is an interface change (backward compatible). We don't want new versions of lldpcli to interact with an old version of the library. --- src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 2d2bce94..63dc27d9 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -8,7 +8,7 @@ libfixedpoint_la_SOURCES = fixedpoint.h fixedpoint.c liblldpctl_la_SOURCES = lldpctl.h private.h errors.c connection.c atom.c atom-private.c liblldpctl_la_LIBADD = $(top_builddir)/src/libcommon-daemon-lib.la libfixedpoint.la -liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 7:0:3 +liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 8:0:4 # -version-info format is `current`:`revision`:`age`. For more details, see: # http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 -- 2.39.5