From: Michal Nowikowski Date: Fri, 24 Jul 2020 08:43:55 +0000 (+0200) Subject: [#1341] bumped up kea version to 1.7.10 X-Git-Tag: Kea-1.7.10~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a3c5374d5a12d34d91ead845ee0916653922043;p=thirdparty%2Fkea.git [#1341] bumped up kea version to 1.7.10 --- diff --git a/configure.ac b/configure.ac index d162879d62..4928c9d4cb 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.9-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.7.10-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so