diff options
| author | Georg Brandl <georg@python.org> | 2011-05-15 15:52:42 (GMT) |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-05-15 15:52:42 (GMT) |
| commit | 5673e27e722566441137ffb46de091ea86e933a7 (patch) | |
| tree | a196984efd7adc7441d3afd286d52a23a0209ad4 /Include | |
| parent | 521143dd6c54b116f3ca24b389f47c191baa1a23 (diff) | |
| download | cpython-3.2.1rc1.zip cpython-3.2.1rc1.tar.gz cpython-3.2.1rc1.tar.bz2 | |
Bump to 3.2.1rc1.v3.2.1rc1
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 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 |
