mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[master] Bump up hooks version number.
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
// Version 6 of the hooks framework, set for Kea 1.4.
|
// Version 7 of the hooks framework, set for Kea 1.5.0
|
||||||
const int KEA_HOOKS_VERSION = 6;
|
const int KEA_HOOKS_VERSION = 7;
|
||||||
|
|
||||||
// Names of the framework functions.
|
// Names of the framework functions.
|
||||||
const char* const LOAD_FUNCTION_NAME = "load";
|
const char* const LOAD_FUNCTION_NAME = "load";
|
||||||
|
Reference in New Issue
Block a user