diff options
author | Marcin Godzina <mgodzina@isc.org> | 2024-09-25 19:10:27 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2024-09-25 19:10:27 +0200 |
commit | 39625d2b58139f7c5e6eb7634ce314d7a2de2f6d (patch) | |
tree | 75e96ac97accc640b1cd75951d131a89f373239a /configure.ac | |
parent | [#3599] release changes (diff) | |
download | kea-39625d2b58139f7c5e6eb7634ce314d7a2de2f6d.tar.xz kea-39625d2b58139f7c5e6eb7634ce314d7a2de2f6d.zip |
[#3604] Bump up version in configure.ac to 2.7.4
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 eb3bfe3ce1..1e40516fb2 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.3-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.7.4-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |