From: Vincent Bernat Date: Sun, 29 Mar 2015 16:44:06 +0000 (+0200) Subject: lib: update revision info to reflect ABI update of latest changes X-Git-Tag: 0.7.14~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ddfae82e8c3998e7310bfb3145d54c142575bc;p=thirdparty%2Flldpd.git lib: update revision info to reflect ABI update of latest changes --- diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index edc9797f..9ba931bf 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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