From d7166588be7809a826fa4ab37b2a1183c231ab18 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 11 Aug 2013 21:21:02 +0200 Subject: [PATCH] lib: update version-info to match previous changes --- NEWS | 3 ++- src/lib/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5