diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index cfd3f92e0e..3e3a7fddaf 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 6 of the hooks framework, set for Kea 1.4. -const int KEA_HOOKS_VERSION = 6; +// Version 7 of the hooks framework, set for Kea 1.5.0 +const int KEA_HOOKS_VERSION = 7; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load";