diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-08-26 18:40:56 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-08-29 13:51:18 +0200 |
commit | 5acb6ea3f705c3cf10b62d80355dd823361efcf7 (patch) | |
tree | 00eb96700e37fed684e8aa036ed899a953535196 /src/lib/hooks | |
parent | [#2441] added warning message to instruct Kea MT rewuired HA+MT (diff) | |
download | kea-5acb6ea3f705c3cf10b62d80355dd823361efcf7.tar.xz kea-5acb6ea3f705c3cf10b62d80355dd823361efcf7.zip |
[#2546] bump lib versions for 2.3.0
Diffstat (limited to 'src/lib/hooks')
-rw-r--r-- | src/lib/hooks/Makefile.am | 2 | ||||
-rw-r--r-- | src/lib/hooks/hooks.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/hooks/Makefile.am b/src/lib/hooks/Makefile.am index da8c7a771c..88c34fbbb6 100644 --- a/src/lib/hooks/Makefile.am +++ b/src/lib/hooks/Makefile.am @@ -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 57:0:0 +libkea_hooks_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -version-info 68: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 diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index e2d4f5e6e6..300056a82d 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 20200 of the hooks framework, set for Kea 2.2.0 -const int KEA_HOOKS_VERSION = 20200; +// Version 20300 of the hooks framework, set for Kea 2.3.0 +const int KEA_HOOKS_VERSION = 20300; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load"; |