]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Bump up hooks version number.
authorMarcin Siodelski <marcin@isc.org>
Thu, 8 Nov 2018 17:24:07 +0000 (18:24 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 8 Nov 2018 17:24:07 +0000 (18:24 +0100)
src/lib/hooks/hooks.h

index cfd3f92e0e8935f2b1052543190955a4a592c4e4..3e3a7fddaf0659e0549e5b4d8cd48b9263968915 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 6 of the hooks framework, set for Kea 1.4.
-const int KEA_HOOKS_VERSION = 6;
+// Version 7 of the hooks framework, set for Kea 1.5.0
+const int KEA_HOOKS_VERSION = 7;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";