diff options
author | Wlodek Wencel <wlodek@isc.org> | 2023-04-27 10:21:39 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2023-04-27 10:21:39 +0200 |
commit | 8755cd9d47af75cae203304d576d9e33a12526ce (patch) | |
tree | 6927a46ff5704f533dab28e193e81ebc89691e2a /configure.ac | |
parent | [2840] typos and docs update before release (diff) | |
download | kea-8755cd9d47af75cae203304d576d9e33a12526ce.tar.xz kea-8755cd9d47af75cae203304d576d9e33a12526ce.zip |
[#2846] update version
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 797d7ddaa8..8accf2c796 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.7-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.3.8-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |