diff options
author | Ned Deily <nad@python.org> | 2018-01-31 17:44:09 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-01-31 17:44:09 -0500 |
commit | 5489bdad5143050b8bb89b648b3c00d951b72d4f (patch) | |
tree | 1dff73947a4206b974742501a8606ec504f8ad80 /configure.ac | |
parent | 6e41cd95b5cc9288e94457be60bdcdc0fb6bebae (diff) | |
download | cpython-git-5489bdad5143050b8bb89b648b3c00d951b72d4f.tar.gz |
Start of 3.8.0a0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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) |