From: Andrei Pavel Date: Tue, 25 Jul 2023 10:34:49 +0000 (+0300) Subject: [#2994] bump up Kea version to 2.5.1-git X-Git-Tag: Kea-2.5.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e174c7c40596f4fcd4f5431bb0e95f20dabfbdb3;p=thirdparty%2Fkea.git [#2994] bump up Kea version to 2.5.1-git --- diff --git a/configure.ac b/configure.ac index 73cb8acab4..b5a0d16616 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.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`