Parcourir la source

[5375] Updated KEA_HOOKS_VERSION to 5.

Marcin Siodelski il y a 7 ans
Parent
commit
5d3f61f0fe
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/hooks/hooks.h

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

@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 4 of the hooks framework, set for Kea 1.1.
-const int KEA_HOOKS_VERSION = 4;
+// Version 5 of the hooks framework, set for Kea 1.3.
+const int KEA_HOOKS_VERSION = 5;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";