summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-23 01:18:54 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-23 01:18:54 +0000
commitc17815af622862c0ecdf748c62839a698d145e91 (patch)
tree17ee1238777858e78337ff28865be1b47535faf2 /configure.ac
parent91f27b8ea565cef938571c718089437ae920fff7 (diff)
parent2995a2b502495142c84809833d2251c57b29b779 (diff)
downloadcpython-c17815af622862c0ecdf748c62839a698d145e91.tar.gz
Issue #22359: Merge cross-compilation fix from 3.5
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 44811d9a85..7a6b5be211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl * Please run autoreconf to test your changes! *
dnl ***********************************************
# Set VERSION so we only need to edit in one place (i.e., here)
-m4_define(PYTHON_VERSION, 3.5)
+m4_define(PYTHON_VERSION, 3.6)
AC_PREREQ(2.65)