diff options
author | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
commit | 4829bc66194f40ca6110610c6357b36eb910a51d (patch) | |
tree | fbf670f63169ee2e437f114b7920b00dbd8da3b3 /configure.ac | |
parent | 3c70a992be9db7c69a055e523053426d3c655b39 (diff) | |
download | cpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2 |
Bump to 3.7.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 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) |