]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1400] Bumped hook version
authorFrancis Dupont <fdupont@isc.org>
Fri, 25 Sep 2020 12:14:26 +0000 (14:14 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 25 Sep 2020 16:43:16 +0000 (18:43 +0200)
src/lib/hooks/hooks.h

index 22a19438e962e9dc9cd45736192ca507db52776d..701d828b6ae5442e8c494a2f92df08d60a91627d 100644 (file)
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 21 of the hooks framework, set for Kea 1.8.0
-const int KEA_HOOKS_VERSION = 21;
+// Version 21 of the hooks framework, set for Kea 1.9.0
+const int KEA_HOOKS_VERSION = 10900;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";