diff options
author | Marcin Godzina <mgodzina@isc.org> | 2024-06-26 13:59:15 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2024-06-26 13:59:15 +0200 |
commit | 7d862a067ca750d8d04cae3a0f54623ea41682db (patch) | |
tree | 28c1e9ebce6dfd44215b688dc7a83276ba8fcb76 /configure.ac | |
parent | [#3464] release changes (diff) | |
download | kea-7d862a067ca750d8d04cae3a0f54623ea41682db.tar.xz kea-7d862a067ca750d8d04cae3a0f54623ea41682db.zip |
[#3468] bump up version to 2.7.1
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 b39fb75e17..09ea780501 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.7.0-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.7.1-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |