diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index d4a4f6911d..e8b99d048e 100644 --- a/src/lib/hooks/hooks.h +++ b/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";