diff options
author | Georg Brandl <georg@python.org> | 2012-09-09 09:19:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-09 09:19:17 (GMT) |
commit | 5497295917ec9ea054eb3e6daf0c06060901cc7e (patch) | |
tree | 0f1d77f8fa3bac2eb0c258b416751cf42a112d46 /Include | |
parent | 4725b13ab335ff320eef8dc115941b8d34026023 (diff) | |
parent | 05823f7d6783440920b11024bfc76f15e86093af (diff) | |
download | cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.zip cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.tar.gz cpython-5497295917ec9ea054eb3e6daf0c06060901cc7e.tar.bz2 |
Merge in changes from 3.3.0rc2 release clone.
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 601b472..ba0b566 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.3.0rc1+" +#define PY_VERSION "3.3.0rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |