summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-11-22 01:21:04 -0500
committerNed Deily <nad@python.org>2016-11-22 01:21:04 -0500
commit6cf16710b2fef00df43897e12a41dcfaa0773c67 (patch)
tree385381c46882194eb7b06d045c589cf67a23e376 /Include
parent50aff6a6a289f6766f1298a23e042110473f3ebf (diff)
downloadcpython-6cf16710b2fef00df43897e12a41dcfaa0773c67.tar.gz
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ec1601eae6..2d68638390 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.6.0b4"
+#define PY_VERSION "3.6.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.