diff options
author | Wlodek Wencel <wlodek@isc.org> | 2020-08-26 17:48:35 +0200 |
---|---|---|
committer | Wlodek Wencel <wlodek@isc.org> | 2020-08-26 17:48:35 +0200 |
commit | d83a5d9323a40577d70cd8ef37022e9c4ad8a939 (patch) | |
tree | 0a98c915acc8d6c8625827471569b94d2ad7e26a /configure.ac | |
parent | [1396] pre 1.8.0 release changes (diff) | |
download | kea-d83a5d9323a40577d70cd8ef37022e9c4ad8a939.tar.xz kea-d83a5d9323a40577d70cd8ef37022e9c4ad8a939.zip |
[#1404] version bumped up to 1.9.0
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e6beb939d7..91df9a514b 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PREREQ([2.69]) # For GIT versions, this is x.y.z-git, where x.y.z denotes the software # version that was used as a base + changes that were made later, but # are not released yet. -AC_INIT(kea,1.8.0-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.9.0-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |