diff options
author | Marcin Godzina <mgodzina@isc.org> | 2023-07-04 14:55:58 +0200 |
---|---|---|
committer | Marcin Godzina <mgodzina@isc.org> | 2023-07-04 14:55:58 +0200 |
commit | 864786415e216f7a3d0042bee2aa5e511494211f (patch) | |
tree | 27c3e0a6ef359931db0c5b61bd2605987212b770 /configure.ac | |
parent | [#2939] bump up library versions for 2.4.0 release (diff) | |
download | kea-864786415e216f7a3d0042bee2aa5e511494211f.tar.xz kea-864786415e216f7a3d0042bee2aa5e511494211f.zip |
Rebase v2_4 onto master after the release.
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 2a5c9fbd40..9ab9dad0f2 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.3.9-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.4.0-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |