diff options
author | Georg Brandl <georg@python.org> | 2012-02-23 20:14:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-23 20:14:12 (GMT) |
commit | afe05bd494db1a3d0a68107dd1e3f31820a19329 (patch) | |
tree | f627c0c71140507960cfc867ae2859607ae91711 /Include | |
parent | 29ca21c7026a3c216a46024b67572e7723a56ab4 (diff) | |
download | cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.zip cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.tar.gz cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.tar.bz2 |
Bump version to 3.2.3rc1.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1b8e6d4..334478d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 -#define PY_MICRO_VERSION 2 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2.2+" +#define PY_VERSION "3.2.3rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |