diff options
author | Michal Nowikowski <godfryd@isc.org> | 2019-07-22 10:36:44 +0200 |
---|---|---|
committer | Michal Nowikowski <godfryd@isc.org> | 2019-07-22 12:32:54 +0200 |
commit | 8b2d843bfaeb807db1fd4c10105b24ca0471e213 (patch) | |
tree | c7d26848b4fb3900d3193c5aefaf99fda51012cf | |
parent | hammer: fixed building on debian buster (diff) | |
download | kea-8b2d843bfaeb807db1fd4c10105b24ca0471e213.tar.xz kea-8b2d843bfaeb807db1fd4c10105b24ca0471e213.zip |
updated release version in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee089fc915..56c061cdef 100644 --- 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.6.0-beta-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.6.0-beta2, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so |