From: Vincent Bernat Date: Sun, 11 Aug 2013 19:21:02 +0000 (+0200) Subject: lib: update version-info to match previous changes X-Git-Tag: 0.7.7~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7166588be7809a826fa4ab37b2a1183c231ab18;p=thirdparty%2Flldpd.git lib: update version-info to match previous changes --- diff --git a/NEWS b/NEWS index 3af638f2..7963a3c9 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,8 @@ lldpd (0.7.7) * Features: + Use a locally administered MAC address or an arbitrary one - instead of null MAC address for bond devices on Linux. + instead of null MAC address for bond devices on Linux. This is + configurable through `lldpcli`. * Fixes: + Various bugs related to fixed point number handling (for coordinates in LLDP-MED) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index f9d92232..6cf17cd7 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -6,7 +6,7 @@ include_HEADERS = lldpctl.h liblldpctl_la_SOURCES = lldpctl.h private.h errors.c connection.c atom.c atom-private.c \ fixedpoint.h fixedpoint.c liblldpctl_la_LIBADD = $(top_builddir)/src/libcommon-daemon-lib.la -liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 5:0:1 +liblldpctl_la_LDFLAGS = -export-symbols-regex '^lldpctl_' -version-info 6:0:2 # -version-info format is `current`:`revision`:`age`. For more details, see: # http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91