]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1129] bump up hooks lib version
authorRazvan Becheriu <razvan@isc.org>
Fri, 20 Mar 2020 17:27:59 +0000 (19:27 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 20 Mar 2020 17:31:41 +0000 (17:31 +0000)
src/lib/hooks/Makefile.am
src/lib/hooks/hooks.h

index 54cac9b758c007f0c666bba187a8a16c29d53672..2e45623d6a0e0c62976d3ef460872ffd205ecd83 100644 (file)
@@ -38,7 +38,7 @@ libkea_hooks_la_SOURCES += hooks_messages.cc hooks_messages.h
 
 libkea_hooks_la_CXXFLAGS = $(AM_CXXFLAGS)
 libkea_hooks_la_CPPFLAGS = $(AM_CPPFLAGS)
-libkea_hooks_la_LDFLAGS  = $(AM_LDFLAGS) -no-undefined -version-info 10:0:0
+libkea_hooks_la_LDFLAGS  = $(AM_LDFLAGS) -no-undefined -version-info 11:0:0
 libkea_hooks_la_LIBADD  =
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/log/libkea-log.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
index e62f02e7d1d17422dd9bd2c112805ccf2a17525e..fbe09df0a25e3023f1eb66e7a35446ec0e9dd3d0 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 15 of the hooks framework, set for Kea 1.7.5
-const int KEA_HOOKS_VERSION = 15;
+// Version 16 of the hooks framework, set for Kea 1.7.6
+const int KEA_HOOKS_VERSION = 16;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";