diff options
author | Larry Hastings <larry@hastings.org> | 2015-12-06 21:58:18 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-12-06 21:58:18 -0800 |
commit | f9c88ec3c711a61a5cea98ab3b80d4ba7d7cb877 (patch) | |
tree | 2b2c9a2d836a8662c16cfea00a99759bb7836802 /Include/patchlevel.h | |
parent | 7efaf95934a78bd4d5dcc778426e376f9d46f56d (diff) | |
parent | 13cf4904b2a15edb7300d4155c97f494f4e0b11f (diff) | |
download | cpython-git-f9c88ec3c711a61a5cea98ab3b80d4ba7d7cb877.tar.gz |
Merge.
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 f884cd1eaf..5a1afc65c5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 4 -#define PY_MICRO_VERSION 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.4.3+" +#define PY_VERSION "3.4.4rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |