From: Marcin Siodelski Date: Mon, 27 May 2019 18:16:09 +0000 (+0200) Subject: [#617,!340] Bumped up the hooks framework version number. X-Git-Tag: Kea-1.6.0-beta~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99d1f78015150185ed958cbdd4ec713a5ad0abe;p=thirdparty%2Fkea.git [#617,!340] Bumped up the hooks framework version number. --- diff --git a/src/lib/hooks/hooks.h b/src/lib/hooks/hooks.h index aff17a128f..a552be17ea 100644 --- a/src/lib/hooks/hooks.h +++ b/src/lib/hooks/hooks.h @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2018 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2013-2019 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 8 of the hooks framework, set for Kea 1.5.0 beta2 -const int KEA_HOOKS_VERSION = 8; +// Version 9 of the hooks framework, set for Kea 1.6.0 beta1 +const int KEA_HOOKS_VERSION = 9; // Names of the framework functions. const char* const LOAD_FUNCTION_NAME = "load";