diff options
author | Larry Hastings <larry@hastings.org> | 2018-08-02 09:19:12 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2018-08-02 09:19:12 (GMT) |
commit | 627d0c61ac96009450e3794a2401f244e56fcb79 (patch) | |
tree | b38312784beca4a09138347c275841abd92e0ee2 /Include | |
parent | b86a50f8a04473822cda25dfcadad09e70f1d810 (diff) | |
download | cpython-627d0c61ac96009450e3794a2401f244e56fcb79.zip cpython-627d0c61ac96009450e3794a2401f244e56fcb79.tar.gz cpython-627d0c61ac96009450e3794a2401f244e56fcb79.tar.bz2 |
Version bump for 3.5.6 final.v3.5.6
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 f010656..7ff900b 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 6 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.6rc1+" +#define PY_VERSION "3.5.6" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |