diff options
author | Andrei Pavel <andrei@isc.org> | 2023-07-25 12:34:49 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-07-25 12:34:49 +0200 |
commit | e174c7c40596f4fcd4f5431bb0e95f20dabfbdb3 (patch) | |
tree | 741fc8b62ed1bcc7bcef28122f059267c61bcb28 /configure.ac | |
parent | [#2991] release changes (diff) | |
download | kea-e174c7c40596f4fcd4f5431bb0e95f20dabfbdb3.tar.xz kea-e174c7c40596f4fcd4f5431bb0e95f20dabfbdb3.zip |
[#2994] bump up Kea version to 2.5.1-git
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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` |