diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:00:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-27 22:00:01 (GMT) |
commit | 9aececf3a591577d95e1434c9f55dbb49a0433fc (patch) | |
tree | 744733c10f328dd2e8335c156b296aaf8ff61b0e /Include | |
parent | 46ea4f73b998364e020972eb80415e6004a917f2 (diff) | |
download | cpython-9aececf3a591577d95e1434c9f55dbb49a0433fc.zip cpython-9aececf3a591577d95e1434c9f55dbb49a0433fc.tar.gz cpython-9aececf3a591577d95e1434c9f55dbb49a0433fc.tar.bz2 |
fix mistake in version bump
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 43e93d3..298831d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -17,13 +17,13 @@ /* Version parsed out into numeric values */ /*--start constants--*/ #define PY_MAJOR_VERSION 3 -#define PY_MINOR_VERSION 1 +#define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1a0+" +#define PY_VERSION "3.2a0" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |