diff options
author | Ned Deily <nad@python.org> | 2016-11-01 04:35:39 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-11-01 04:35:39 (GMT) |
commit | a9e99b1a543364c86d5d2cbc42007b192433702e (patch) | |
tree | 4d24f2dcea9be1fd4816f7ff0ea8e8910f4c9d08 /Include | |
parent | d0365706252f194a2e3f7a95fbecf88d592fa9d5 (diff) | |
download | cpython-a9e99b1a543364c86d5d2cbc42007b192433702e.zip cpython-a9e99b1a543364c86d5d2cbc42007b192433702e.tar.gz cpython-a9e99b1a543364c86d5d2cbc42007b192433702e.tar.bz2 |
Start 3.6.0b4
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 36c1649..2d68638 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.6.0b3" +#define PY_VERSION "3.6.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |