From 3206789dcd3fb40f7746dcab9bb5e5ca5b80b2f9 Mon Sep 17 00:00:00 2001 From: Razvan Becheriu Date: Wed, 9 Jul 2025 15:51:35 +0300 Subject: [PATCH] [#4001] updated version --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 872c3b9916..9ecca73e9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2368. [bug] razvan +2268. [bug] razvan Fix error handling when detecting a global reservation for the client and global reservatons are explicitly disabled in the configuration. diff --git a/configure.ac b/configure.ac index acf25e6600..4cedce9c5c 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # For released versions, this is in x.y.z format. # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development # version that is worked on and that is to be released. -AC_INIT(kea, 2.6.3-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.6.4-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so -- 2.47.2