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.
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
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";