diff options
author | Wlodek Wencel <wlodek@isc.org> | 2023-08-30 13:54:47 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2023-08-30 13:54:47 +0200 |
commit | d0e69a95954fa3d1fb04aeab8fc6c841f716f4ed (patch) | |
tree | 6c3c5e7f0cfe2ac98b28c22e2a50209a83927fb2 /configure.ac | |
parent | [#3029] release changes (diff) | |
download | kea-d0e69a95954fa3d1fb04aeab8fc6c841f716f4ed.tar.xz kea-d0e69a95954fa3d1fb04aeab8fc6c841f716f4ed.zip |
[#3034] version in configure.ac bumped up
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b5a0d16616..a5aa03d45d 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.1-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.5.2-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |