From: Stephen Morris Date: Fri, 27 Nov 2015 17:18:08 +0000 (+0000) Subject: [4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0. X-Git-Tag: trac4231_base~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29832a42b1ec14a3e2247a5a8e9eb55ada163153;p=thirdparty%2Fkea.git [4208] Update KEA_HOOKS_VERSION to 3 in preparation for release of Kea 1.0. --- 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";