Browse Source

[4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0.

Stephen Morris 9 years ago
parent
commit
29832a42b1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/hooks/hooks.h

+ 2 - 2
src/lib/hooks/hooks.h

@@ -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";