-// 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
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";