From 29832a42b1ec14a3e2247a5a8e9eb55ada163153 Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Fri, 27 Nov 2015 17:18:08 +0000 Subject: [PATCH] [4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0. --- src/lib/hooks/hooks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";