diff options
| author | Georg Brandl <georg@python.org> | 2011-05-21 15:35:33 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-05-21 15:35:33 (GMT) |
| commit | 9c1928f0a90d687db7a45503ae8a23a38f2d59bb (patch) | |
| tree | 938ce184fd700ed4bc33efce1f2d372cdcf5c526 /Include/patchlevel.h | |
| parent | 619323c68fe3b701fb3e50ee382ceec32f72c4fa (diff) | |
| parent | 41972316f589eb25dfe605f8bcaab18e285c0ee1 (diff) | |
| download | cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.zip cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.tar.gz cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.tar.bz2 | |
Merge release branch after 3.2.1rc1.
Diffstat (limited to 'Include/patchlevel.h')
| -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 bec4ba5..8a90b29 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2.1b1" +#define PY_VERSION "3.2.1rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |
