diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 12:22:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 12:22:11 (GMT) |
commit | 76e73f85a3a9d7d4210f45ac020c5e5ce5323d80 (patch) | |
tree | a87b89efbf28a357d8c859d9cece19ae042c4788 /Include/patchlevel.h | |
parent | 736b8012b42be24dd26b57bd443a576cc37c116c (diff) | |
download | cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.zip cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.gz cpython-76e73f85a3a9d7d4210f45ac020c5e5ce5323d80.tar.bz2 |
Bump to 3.3.6rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 61a3ba0..634a450 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 3 -#define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.5+" +#define PY_VERSION "3.3.6rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |