summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-07-12 01:14:53 -0400
committerNed Deily <nad@python.org>2016-07-12 01:14:53 -0400
commitb209392b0ed8c26f5710a7e486b679fd228c1666 (patch)
treec202ea42d753e5ed0fc951eefba0b35fc9c39369 /Include/patchlevel.h
parent6c0d496fc8447c3be3bfb4c2575e7b456b18ac03 (diff)
downloadcpython-git-b209392b0ed8c26f5710a7e486b679fd228c1666.tar.gz
Start 3.6.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e4e3483430..1f2ad19119 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.6.0a3"
+#define PY_VERSION "3.6.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.