diff options
author | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
commit | 4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch) | |
tree | 3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Include | |
parent | 7e246179047d33bd467bcab673b3ecc1944f91a4 (diff) | |
download | cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.zip cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.gz cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.bz2 |
Bump to 3.3.3rc2.v3.3.3rc2
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 658f0f5..3ae5dc9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 3 #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.3rc1" +#define PY_VERSION "3.3.3rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |