summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-03 03:19:27 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-03 03:19:27 +0000
commit2ebfecd5f6bf4db16732ee3938b1b7b7695b3790 (patch)
treec00f4b7a6563ec6f74ca94c9fce0812e529b90ff /configure.ac
parentccbdb4c64600a2cd601e80da6760e22c3b1e5cc9 (diff)
parentc577ebdc234f8a6447d2aebba4cc31695e560ce0 (diff)
downloadcpython-2ebfecd5f6bf4db16732ee3938b1b7b7695b3790.tar.gz
Issue #23735: Merge Readline resize handling 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 e7d7bfce2f..1aea63ce47 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)