summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@isc.org>2019-08-02 13:53:07 +0200
committerMichal Nowikowski <godfryd@isc.org>2019-08-02 13:53:07 +0200
commit166c727c5bd72cfe10ca465850296154c1e4ddae (patch)
tree90ca7039288649ef1f317c02a0bdc0e17b80141f /configure.ac
parent[764-developer-documentation-not-being-built-correctly] Restored developer guide (diff)
downloadkea-166c727c5bd72cfe10ca465850296154c1e4ddae.tar.xz
kea-166c727c5bd72cfe10ca465850296154c1e4ddae.zip
added back -git suffix to kea version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e0f7e3d6a..463e52965f 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-beta2, kea-dev@lists.isc.org)
+AC_INIT(kea,1.6.0-beta2-git, kea-dev@lists.isc.org)
AC_CONFIG_SRCDIR(README)
# serial-tests is not available in automake version before 1.13, so