summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-11-21 23:30:55 -0500
committerNed Deily <nad@python.org>2016-11-21 23:30:55 -0500
commite8dd8cb528e5bfc611df9bb31bdbfc6f86cfcc23 (patch)
tree1058e1902802944d48ad24e4c47e9d9b93d10bef /Include
parent5ef177c11aa088d482dcdc9e770bce7d22cbf1f7 (diff)
downloadcpython-e8dd8cb528e5bfc611df9bb31bdbfc6f86cfcc23.tar.gz
Version bump for 3.6.0b4v3.6.0b4
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 2d68638390..ec1601eae6 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.