]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1481] bump lib versions for 1.9.1
authorRazvan Becheriu <razvan@isc.org>
Fri, 23 Oct 2020 11:20:25 +0000 (14:20 +0300)
committerRazvan Becheriu <razvan@isc.org>
Fri, 23 Oct 2020 16:40:37 +0000 (19:40 +0300)
src/lib/hooks/Makefile.am
src/lib/hooks/hooks.h

index d2e76f0409f468cb79fe94061942d7fc0cc403a7..b25765fc9d97d3285ffa8a8a3a96462a249acb41 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 26:0:0
+libkea_hooks_la_LDFLAGS  = $(AM_LDFLAGS) -no-undefined -version-info 27:0:0
 libkea_hooks_la_LIBADD  =
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/asiolink/libkea-asiolink.la
index 9c57fbb31ea70ac3e05cba522a460563d22a5831..691b36aee3e00a436e3d1bcaec52bc4e25e2feb3 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 10900 of the hooks framework, set for Kea 1.9.0
-const int KEA_HOOKS_VERSION = 10900;
+// Version 10901 of the hooks framework, set for Kea 1.9.1
+const int KEA_HOOKS_VERSION = 10901;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";