]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lib: update version-info to match previous changes
authorVincent Bernat <bernat@luffy.cx>
Sun, 11 Aug 2013 19:21:02 +0000 (21:21 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 11 Aug 2013 19:30:16 +0000 (21:30 +0200)
NEWS
src/lib/Makefile.am

diff --git a/NEWS b/NEWS
index 3af638f248053b8135402d86e2c181df35f7891e..7963a3c9fb19332307c5fb8c3103558132e7dfb2 100644 (file)
--- 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)
index f9d9223274121078530d020a2ebb47b537d00dcd..6cf17cd7d534fd25ff93f25fa73dff643e17a724 100644 (file)
@@ -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