summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-11 00:46:40 (GMT)
committerNed Deily <nad@python.org>2016-10-11 00:46:40 (GMT)
commita4f45bb0c4e5c899d6ec793f423ce16f631b867e (patch)
tree9a44f39c9b9d04d2b964d734c30c09babedf2464 /Include
parentdbb331b5b1762bae1c853b30a444ad5d22fe4b31 (diff)
downloadcpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.zip
cpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.tar.gz
cpython-a4f45bb0c4e5c899d6ec793f423ce16f631b867e.tar.bz2
Start 3.6.0b3
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 258dabb..29da489 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.0b2"
+#define PY_VERSION "3.6.0b2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.