]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1101] bump up libs version and hooks version
authorRazvan Becheriu <razvan@isc.org>
Tue, 28 Jan 2020 09:48:55 +0000 (11:48 +0200)
committerRazvan Becheriu <razvan@isc.org>
Tue, 28 Jan 2020 09:48:55 +0000 (11:48 +0200)
ChangeLog
src/lib/cc/Makefile.am
src/lib/hooks/hooks.h

index 0fa2ed3762f62b3ff7251b575fbb186c04128966..8239d431993035d628dfec4e65b21880d17faa0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Kea 1.7.4 released on Jan 29, 2020
 
+1714.  [build]         razvan
+       Bumped up library version numbers for Kea 1.7.4 final release.
+       (Gitlab #1101)
+
 1713.  [bug]*          tmark
        Code added under #35 to permit scoping of DDNS behavioral parameters
        was refactored to improve performance.
index b177d725c20aaf3fccf4d06c8f0480cad22ac3ae..3ae20dcb8ccfe9a050ead92aea4d40816e5405be 100644 (file)
@@ -22,7 +22,7 @@ libkea_cc_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
 libkea_cc_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
 libkea_cc_la_LIBADD += $(BOOST_LIBS)
 
-libkea_cc_la_LDFLAGS = -no-undefined -version-info 9:1:1
+libkea_cc_la_LDFLAGS = -no-undefined -version-info 9:2:1
 
 # Specify the headers for copying into the installation directory tree.
 libkea_cc_includedir = $(pkgincludedir)/cc
index c3ab812954db8079556c90ea171e6bc1c315e34c..9cd42b5fb30f9074250fd2e04ceac6b22c1ef7b0 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 10 of the hooks framework, set for Kea 1.7.3
-const int KEA_HOOKS_VERSION = 12;
+// Version 10 of the hooks framework, set for Kea 1.7.4
+const int KEA_HOOKS_VERSION = 13;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";