From 166c727c5bd72cfe10ca465850296154c1e4ddae Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Fri, 2 Aug 2019 13:53:07 +0200 Subject: [PATCH] added back -git suffix to kea version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2