diff options
author | Larry Hastings <larry@hastings.org> | 2020-08-19 19:56:53 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2020-08-19 19:56:53 (GMT) |
commit | e53c98563824cbb2f296f1de1f2185a7b5271cd6 (patch) | |
tree | 4d23cb89bb1612feff78b1c8cd96fca8c7399c2f /Include/patchlevel.h | |
parent | 45efe034e66973c8702b8bbbcac041c873aa5da3 (diff) | |
download | cpython-3.5.10rc1.zip cpython-3.5.10rc1.tar.gz cpython-3.5.10rc1.tar.bz2 |
Version bump and copyright update for 3.5.10rc1.v3.5.10rc1
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 abf4b55..05ab0c7 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 5 -#define PY_MICRO_VERSION 9 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 10 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.9+" +#define PY_VERSION "3.5.10rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |