2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[master] Bump up hooks version number.

This commit is contained in:
Marcin Siodelski
2018-11-08 18:24:07 +01:00
parent e8e8097844
commit 0c46ced69f

View File

@@ -12,8 +12,8 @@
namespace {
// Version 6 of the hooks framework, set for Kea 1.4.
const int KEA_HOOKS_VERSION = 6;
// Version 7 of the hooks framework, set for Kea 1.5.0
const int KEA_HOOKS_VERSION = 7;
// Names of the framework functions.
const char* const LOAD_FUNCTION_NAME = "load";