From: Vincent Bernat Date: Tue, 4 Nov 2014 19:51:00 +0000 (+0100) Subject: lib: bump versioning X-Git-Tag: 0.7.12~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18f7b3dbcea181ed5b368b4a44c2e6a98ba10ec5;p=thirdparty%2Flldpd.git 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. --- 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