From: Marcin Siodelski Date: Wed, 16 May 2018 18:27:43 +0000 (+0200) Subject: [master] Bump up hooks framework version number for 1.4 beta. X-Git-Tag: trac5549a_base~5^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c970d87cf76264c716e822897e2459ba63a04eca;p=thirdparty%2Fkea.git [master] Bump up hooks framework version number for 1.4 beta. --- diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index 4ff33ea88f..cfd3f92e0e 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -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";