]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0.
authorStephen Morris <stephen@isc.org>
Fri, 27 Nov 2015 17:18:08 +0000 (17:18 +0000)
committerStephen Morris <stephen@isc.org>
Fri, 27 Nov 2015 17:18:08 +0000 (17:18 +0000)
src/lib/hooks/hooks.h

index d4a4f6911d27f38b629ef005d9a4a1f9daa413fd..e8b99d048e0de37734878458a0c164c0df07ece3 100644 (file)
@@ -20,8 +20,8 @@
 
 namespace {
 
-// Version 2 of the hooks framework.
-const int KEA_HOOKS_VERSION = 2;
+// Version 3 of the hooks framework, set for Kea 1.0.
+const int KEA_HOOKS_VERSION = 3;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";