diff options
author | Larry Hastings <larry@hastings.org> | 2014-02-10 22:45:05 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-02-10 22:45:05 (GMT) |
commit | e9f73ac1fd5184173179596d4fa5caa45682d301 (patch) | |
tree | e527f4f19e1c18edd2f023cb1e664e5742402dfb /Include/patchlevel.h | |
parent | 71d4e44fd796bed7f534673dcd9b6087ab0ab19a (diff) | |
download | cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.zip cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.tar.gz cpython-e9f73ac1fd5184173179596d4fa5caa45682d301.tar.bz2 |
Python 3.4.0rc1: Version bump.v3.4.0rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5182aba..8e8e860 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.0b3+" +#define PY_VERSION "3.4.0rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |