diff options
author | Larry Hastings <larry@hastings.org> | 2016-06-12 03:51:22 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2016-06-12 03:51:22 (GMT) |
commit | d31a255f32c64a97e833c1ecbc44b22f71b9a298 (patch) | |
tree | ec9186d2a5cbfdb272c202046603f8c1e9b6f094 /Include | |
parent | b37a142dab89ec0e07387762b5d6aa488759c13f (diff) | |
download | cpython-d31a255f32c64a97e833c1ecbc44b22f71b9a298.zip cpython-d31a255f32c64a97e833c1ecbc44b22f71b9a298.tar.gz cpython-d31a255f32c64a97e833c1ecbc44b22f71b9a298.tar.bz2 |
Release bump for 3.5.2rc1.
Diffstat (limited to 'Include')
-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 1249086..0176a19 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 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.1+" +#define PY_VERSION "3.5.2rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |