summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-11-01 04:35:39 (GMT)
committerNed Deily <nad@python.org>2016-11-01 04:35:39 (GMT)
commita9e99b1a543364c86d5d2cbc42007b192433702e (patch)
tree4d24f2dcea9be1fd4816f7ff0ea8e8910f4c9d08 /Include
parentd0365706252f194a2e3f7a95fbecf88d592fa9d5 (diff)
downloadcpython-a9e99b1a543364c86d5d2cbc42007b192433702e.zip
cpython-a9e99b1a543364c86d5d2cbc42007b192433702e.tar.gz
cpython-a9e99b1a543364c86d5d2cbc42007b192433702e.tar.bz2
Start 3.6.0b4
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
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.