From 9084e8f47ef6135cc7c2e0ba71fb8d9ab59f5d98 Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Thu, 26 Sep 2019 13:27:55 +0200 Subject: [PATCH] bumped kea version to 1.7.1 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8f78ac2426..af335e6fb9 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.7.0-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.7.1-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