summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-01-31 17:44:09 -0500
committerNed Deily <nad@python.org>2018-01-31 17:44:09 -0500
commit5489bdad5143050b8bb89b648b3c00d951b72d4f (patch)
tree1dff73947a4206b974742501a8606ec504f8ad80 /configure.ac
parent6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff)
downloadcpython-git-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz
Start of 3.8.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 525e572c1f..b83abee18c 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.7)
+m4_define(PYTHON_VERSION, 3.8)
AC_PREREQ(2.65)