diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 09:19:03 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 09:19:03 +0100 |
commit | c186b237993ac0c1c6ee1a195754702cc01625d7 (patch) | |
tree | 7cd304eb9a226449c2ed705f082115a27dc47ca2 /Include/patchlevel.h | |
parent | bb386cf810b9447ca819437c6009ac6aa2a00a8b (diff) | |
download | cpython-git-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.gz |
Bump to 3.3.5rc2.v3.3.5rc2
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 236f00ccc6..4a6cb2999a 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. |