diff options
Diffstat (limited to 'src/lib/hooks/hooks.h')
-rw-r--r-- | src/lib/hooks/hooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index b008a99cda..93079611bd 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 20508 of the hooks framework, set for Kea 2.5.8 -const int KEA_HOOKS_VERSION = 20508; +// Version 20600 of the hooks framework, set for Kea 2.6.0 +const int KEA_HOOKS_VERSION = 20600; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load"; |