From: Francis Dupont Date: Fri, 25 Sep 2020 12:14:26 +0000 (+0200) Subject: [#1400] Bumped hook version X-Git-Tag: Kea-1.9.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dd24b01154cf342b24b8ad707eb4425324b10af;p=thirdparty%2Fkea.git [#1400] Bumped hook version --- diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index 22a19438e9..701d828b6a 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -12,8 +12,8 @@ namespace { -// Version 21 of the hooks framework, set for Kea 1.8.0 -const int KEA_HOOKS_VERSION = 21; +// Version 21 of the hooks framework, set for Kea 1.9.0 +const int KEA_HOOKS_VERSION = 10900; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load";