diff options
author | Andrei Pavel <andrei@isc.org> | 2020-11-19 15:31:35 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-11-23 12:33:49 +0100 |
commit | 2222dc7b63a9fe81403653b3abe75854bd4bad6e (patch) | |
tree | 30844f0ec4a1040c052aca5f6427f449f82119e5 /configure.ac | |
parent | [#1555] fixed ChangeLog (diff) | |
download | kea-2222dc7b63a9fe81403653b3abe75854bd4bad6e.tar.xz kea-2222dc7b63a9fe81403653b3abe75854bd4bad6e.zip |
[#1554] update version in configure.ac
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 38eb1adf37..4220c277d4 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.9.1-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.9.2-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |