diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
commit | c186b237993ac0c1c6ee1a195754702cc01625d7 (patch) | |
tree | 7cd304eb9a226449c2ed705f082115a27dc47ca2 /Include | |
parent | bb386cf810b9447ca819437c6009ac6aa2a00a8b (diff) | |
download | cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.zip cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.gz cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.bz2 |
Bump to 3.3.5rc2.v3.3.5rc2
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 236f00c..4a6cb29 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 5 #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.5rc1" +#define PY_VERSION "3.3.5rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |