diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-17 06:05:59 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-17 06:05:59 (GMT) |
commit | f5002bd6ac961b45dea14ec34a8802fa65cacbde (patch) | |
tree | 7d43e5c2fab4ce9bdf6040f7bf0a5f91379d346e /configure.ac | |
parent | d922dc47002248513215e511805095788e81eac4 (diff) | |
download | cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.zip cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.gz cpython-f5002bd6ac961b45dea14ec34a8802fa65cacbde.tar.bz2 |
Version bump to 3.5, step 2.
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 25e1dc8..abade0f 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.4) +m4_define(PYTHON_VERSION, 3.5) AC_PREREQ(2.65) |