]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5375] Updated KEA_HOOKS_VERSION to 5.
authorMarcin Siodelski <marcin@isc.org>
Mon, 23 Oct 2017 13:12:39 +0000 (15:12 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 23 Oct 2017 13:12:39 +0000 (15:12 +0200)
src/lib/hooks/hooks.h

index 1f19998d94e493a69e6e2801ac2647e9ba063351..3ab26020ac047eef022dcacedc6d58ecf0bb5013 100644 (file)
@@ -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";