summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-07-09 09:48:57 +0200
committerAndras Timar <andras.timar@collabora.com>2018-07-09 09:48:57 +0200
commita1d0e1dd7f1aa8ff291e1a21263a7a64192d00bb (patch)
tree97e1ca3a3412d01e9fffc2e7216aaa7d5bea1a81 /configure.ac
parent909f85a3c81095c40153dda5811eee9566441ecb (diff)
Revert "Revert "python3: upgrade to release 3.5.5""
This reverts commit 695489e29958ac66e6941afdedfdf9dd7e2cdde7.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6e6f44db6562..68d0accb1fa4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8078,7 +8078,7 @@ internal)
SYSTEM_PYTHON=
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=5
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.4
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.5
if ! grep -q -i python.*${PYTHON_VERSION} ${SRC_ROOT}/download.lst; then
AC_MSG_ERROR([PYTHON_VERSION ${PYTHON_VERSION} but no matching file in download.lst])
fi