diff options
author | Larry Hastings <larry@hastings.org> | 2019-03-04 02:09:45 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-03-04 02:09:45 (GMT) |
commit | d571dd3c98660298dae371899a0331135e843be2 (patch) | |
tree | 352ca232941fef85c3cf6fe2fb5557551847d02a /Include/patchlevel.h | |
parent | 485fa7e0ad9b557fc94175fb482de5e2a8f9bf35 (diff) | |
download | cpython-3.5.7rc1.zip cpython-3.5.7rc1.tar.gz cpython-3.5.7rc1.tar.bz2 |
Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1
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 f23c64a..454270b 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 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 7 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.6+" +#define PY_VERSION "3.5.7rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |