summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/hooks.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/hooks/hooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h
index 606a2b8b4a..6f8eefcfe8 100644
--- a/src/lib/hooks/hooks.h
+++ b/src/lib/hooks/hooks.h
@@ -12,8 +12,8 @@
namespace {
-// Version 20500 of the hooks framework, set for Kea 2.5.0
-const int KEA_HOOKS_VERSION = 20500;
+// Version 20501 of the hooks framework, set for Kea 2.5.1
+const int KEA_HOOKS_VERSION = 20501;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";