]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Bump up hooks framework version number for 1.4 beta.
authorMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 18:27:43 +0000 (20:27 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 16 May 2018 18:27:43 +0000 (20:27 +0200)
src/lib/hooks/hooks.h

index 4ff33ea88f2d5225ef93ef466b47ced2e6795343..cfd3f92e0e8935f2b1052543190955a4a592c4e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2017 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -12,8 +12,8 @@
 
 namespace {
 
-// Version 5 of the hooks framework, set for Kea 1.3.
-const int KEA_HOOKS_VERSION = 5;
+// Version 6 of the hooks framework, set for Kea 1.4.
+const int KEA_HOOKS_VERSION = 6;
 
 // Names of the framework functions.
 const char* const LOAD_FUNCTION_NAME = "load";