diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 07:54:15 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 07:54:15 (GMT) |
commit | 2658bad090f47aec4982af5480f2f8491f87f843 (patch) | |
tree | 76baae944214ebdf245de28f1e329e5cd60983ac /Include | |
parent | 9e90b12bb255de186400a8576c784c4443963876 (diff) | |
parent | b772b03194dd42798c4f0d5cbd9a1a2b24bc89da (diff) | |
download | cpython-2658bad090f47aec4982af5480f2f8491f87f843.zip cpython-2658bad090f47aec4982af5480f2f8491f87f843.tar.gz cpython-2658bad090f47aec4982af5480f2f8491f87f843.tar.bz2 |
merge 3.3.5rc1 release commits with 3.3 branch
Diffstat (limited to 'Include')
-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 4196c44..236f00c 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 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 5 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.4+" +#define PY_VERSION "3.3.5rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |