]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: update revision info to reflect ABI update of latest changes
authorVincent Bernat <vincent@bernat.im>
Sun, 29 Mar 2015 16:44:06 +0000 (18:44 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 29 Mar 2015 16:44:06 +0000 (18:44 +0200)
src/lib/Makefile.am

index edc9797fa476259470ffbffc847f21ab32108658..9ba931bf29a8a7628e2271378b81f4d51ea0236e 100644 (file)
@@ -10,7 +10,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 = $(AM_LDFLAGS) -export-symbols-regex '^lldpctl_' -version-info 8:0:4
+liblldpctl_la_LDFLAGS = $(AM_LDFLAGS) -export-symbols-regex '^lldpctl_' -version-info 9:0:5
 
 # -version-info format is `current`:`revision`:`age`. For more details, see:
 #   http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91