summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
committerNed Deily <nad@python.org>2016-09-12 21:29:04 (GMT)
commit4829bc66194f40ca6110610c6357b36eb910a51d (patch)
treefbf670f63169ee2e437f114b7920b00dbd8da3b3 /configure.ac
parent3c70a992be9db7c69a055e523053426d3c655b39 (diff)
downloadcpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz
cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2
Bump to 3.7.0a0
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 01d8d8a..51b122e 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.6)
+m4_define(PYTHON_VERSION, 3.7)
AC_PREREQ(2.65)