2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2813] bump version in configure.ac

This commit is contained in:
Marcin Godzina 2023-03-28 19:56:19 +00:00
parent 769b3583ab
commit 3ee0c5192f

View File

@ -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.3.6-git, kea-dev@lists.isc.org)
AC_INIT(kea, 2.3.7-git, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so