2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00

[#4001] updated version

This commit is contained in:
Razvan Becheriu 2025-07-09 15:51:35 +03:00
parent 3960b1d935
commit 3206789dcd
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
2368. [bug] razvan 2268. [bug] razvan
Fix error handling when detecting a global reservation for the Fix error handling when detecting a global reservation for the
client and global reservatons are explicitly disabled in the client and global reservatons are explicitly disabled in the
configuration. configuration.

View File

@ -6,7 +6,7 @@ AC_PREREQ([2.69])
# For released versions, this is in x.y.z format. # 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 # 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. # 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) AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so # serial-tests is not available in automake version before 1.13, so