diff options
author | Wlodek Wencel <wlodek@isc.org> | 2021-05-27 15:37:17 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2021-05-27 15:37:17 +0200 |
commit | adcd53267a3c0f2ee6207afa0ea74f65d1fa473e (patch) | |
tree | 7b100de4070309e753f3c64bc319966bca382249 /configure.ac | |
parent | [#1864] forensic logging documentation (diff) | |
download | kea-adcd53267a3c0f2ee6207afa0ea74f65d1fa473e.tar.xz kea-adcd53267a3c0f2ee6207afa0ea74f65d1fa473e.zip |
[#1898] kea version changed
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 7c74b5957f..92ba23aacf 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,1.9.8-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.9.9-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |