diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-13 14:43:21 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-13 14:43:21 (GMT) |
commit | 9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f (patch) | |
tree | 6134af819a14d2697099aca91151985728e98e8a /Include | |
parent | 73953d8670bf25015a2c4b3b9578bedadc022514 (diff) | |
parent | 82c0c6901135a20f10d2dbb1bbf7c71bc71e13af (diff) | |
download | cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.zip cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.tar.gz cpython-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.tar.bz2 |
Merge release engineering work from Python 3.5.0.
Diffstat (limited to 'Include')
-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 f0ca3a1..5145dd4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.0rc4+" +#define PY_VERSION "3.5.0+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |