From: Michal Nowikowski Date: Mon, 16 Dec 2019 08:32:27 +0000 (+0100) Subject: [#1056] bumped version in configure.ac to 1.7.3 X-Git-Tag: Kea-1.7.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06e21bcf825afa5bf91ddc87ffe6efe98d262b7;p=thirdparty%2Fkea.git [#1056] bumped version in configure.ac to 1.7.3 --- diff --git a/configure.ac b/configure.ac index dff95f3f7d..0483e71c28 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.2-git, kea-dev@lists.isc.org) +AC_INIT(kea,1.7.3-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so