diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 21:40:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 21:40:27 (GMT) |
commit | 46ea4f73b998364e020972eb80415e6004a917f2 (patch) | |
tree | 9b189911a06ae7f42f4225de27e3094b248646e5 /configure.in | |
parent | c216b27c427a5878237fb6420c221d59ec7f5285 (diff) | |
download | cpython-46ea4f73b998364e020972eb80415e6004a917f2.zip cpython-46ea4f73b998364e020972eb80415e6004a917f2.tar.gz cpython-46ea4f73b998364e020972eb80415e6004a917f2.tar.bz2 |
bump to 3.2a0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ecd789a..7b1cab8 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl *********************************************** dnl NOTE: autoconf 2.64 doesn't seem to work (use 2.61). # Set VERSION so we only need to edit in one place (i.e., here) -m4_define(PYTHON_VERSION, 3.1) +m4_define(PYTHON_VERSION, 3.2) AC_REVISION($Revision$) AC_PREREQ(2.61) |