]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2328] Bump version in configure.ac after 2.1.3 release
authorMarcin Godzina <mgodzina@isc.org>
Thu, 24 Feb 2022 11:24:43 +0000 (12:24 +0100)
committerMarcin Godzina <mgodzina@isc.org>
Thu, 24 Feb 2022 11:56:53 +0000 (12:56 +0100)
configure.ac

index 1a8412090faa43c96a49c2b561ddf457ecbf73d8..7abf4a910e1f25363339957b5f6f2277b7fb8f58 100644 (file)
@@ -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.1.3-git, kea-dev@lists.isc.org)
+AC_INIT(kea,2.1.4-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so