From: Michal Nowikowski Date: Thu, 5 Nov 2020 14:17:50 +0000 (+0100) Subject: [#1526] bumped up kea version to 1.8.1 X-Git-Tag: Kea-1.8.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f26b614df0b4512ce4cb452db119d1555a00d6;p=thirdparty%2Fkea.git [#1526] bumped up kea version to 1.8.1 --- diff --git a/configure.ac b/configure.ac index e6beb939d7..c2f5033ca5 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.8.0-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.8.1-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so