From cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 5 Aug 2017 16:22:51 +0000 Subject: subversion-1.9.7 --- build/find_python.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build/find_python.sh') diff --git a/build/find_python.sh b/build/find_python.sh index 61601f3..d4ca2f7 100755 --- a/build/find_python.sh +++ b/build/find_python.sh @@ -21,9 +21,7 @@ # # Required version of Python -# Python 2.0 = 0x2000000 -# Python 2.4 = 0x2040000 -VERSION=${1:-0x2050000} +VERSION=${1:-0x2070000} for pypath in "$PYTHON" "$PYTHON2" "$PYTHON3" python python2 python3; do if [ "x$pypath" != "x" ]; then -- cgit v1.2.1