From: Marcin Siodelski Date: Mon, 23 Oct 2017 13:12:39 +0000 (+0200) Subject: [5375] Updated KEA_HOOKS_VERSION to 5. X-Git-Tag: Kea-1.3.0~2^2~22^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d3f61f0fe82bbde1ce530e752aad70d493c0f93;p=thirdparty%2Fkea.git [5375] Updated KEA_HOOKS_VERSION to 5. --- diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index 1f19998d94..3ab26020ac 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 4 of the hooks framework, set for Kea 1.1. -const int KEA_HOOKS_VERSION = 4; +// Version 5 of the hooks framework, set for Kea 1.3. +const int KEA_HOOKS_VERSION = 5; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load";