]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2994] bump up Kea version to 2.5.1-git
authorAndrei Pavel <andrei@isc.org>
Tue, 25 Jul 2023 10:34:49 +0000 (13:34 +0300)
committerAndrei Pavel <andrei@isc.org>
Tue, 25 Jul 2023 10:34:49 +0000 (13:34 +0300)
configure.ac

index 73cb8acab40bd0d0c3928c854c751990bfed75cb..b5a0d166163bab0cbb292e2dba6a91b71a91b2a3 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.5.0-git, kea-dev@lists.isc.org)
+AC_INIT(kea, 2.5.1-git, kea-dev@lists.isc.org)
 AC_CONFIG_SRCDIR(README)
 
 # serial-tests is not available in automake version before 1.13, so
@@ -1157,7 +1157,7 @@ if test "x$enable_shell" != xno -o "x$enable_generate_docs" != xno; then
   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
                     [python3 python python2])
   AM_PATH_PYTHON([2.7])
-  
+
   # If kea-shell is enabled, we really need python3
   if test "x$enable_shell" != "xno"; then
     major=`echo $PYTHON_VERSION | cut -d '.' -f 1`