From: Andrei Pavel Date: Tue, 21 Feb 2023 17:39:06 +0000 (+0200) Subject: [#2774] bump up version to 2.3.6-git X-Git-Tag: Kea-2.3.6~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0da5296caa69356629d8d43e94d5ab486652ded;p=thirdparty%2Fkea.git [#2774] bump up version to 2.3.6-git --- diff --git a/configure.ac b/configure.ac index 0094e59424..6ad90b2cad 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ([2.69]) # For released versions, this is in x.y.z format. # For GIT versions, this is x.y.z-git, where x.y.z denotes the next development # version that is worked on and that is to be released. -AC_INIT(kea,2.3.5-git, kea-dev@lists.isc.org) +AC_INIT(kea, 2.3.6-git, kea-dev@lists.isc.org) AC_CONFIG_SRCDIR(README) # serial-tests is not available in automake version before 1.13, so