]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: bump versioning
authorVincent Bernat <vincent@bernat.im>
Tue, 4 Nov 2014 19:51:00 +0000 (20:51 +0100)
committerVincent Bernat <vincent@bernat.im>
Tue, 4 Nov 2014 19:51:00 +0000 (20:51 +0100)
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

index 2d2bce941d9a0cd233096d3503574bc95908c08e..63dc27d935ef16547d33106d0710c676bfbb8c51 100644 (file)
@@ -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