diff options
author | Marcin Godzina <mgodzina@isc.org> | 2024-03-26 18:00:52 +0100 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2024-03-26 18:00:52 +0100 |
commit | 348d5b0828a8abf2f78e06e23f813fd211e34d62 (patch) | |
tree | 5bace104eeafd13ff84f3adf0b3808129c1def38 | |
parent | [#3307] release changes (diff) | |
download | kea-348d5b0828a8abf2f78e06e23f813fd211e34d62.tar.xz kea-348d5b0828a8abf2f78e06e23f813fd211e34d62.zip |
[#3313] bump version in configure.ac to 2.5.8
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 453a33315d..eeb1583145 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.5.7-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.5.8-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |