summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-10 20:46:40 -0400
committerNed Deily <nad@python.org>2016-10-10 20:46:40 -0400
commita32e1c5f257e3a5df61c12047c9e0f777c9d38dd (patch)
tree5b18aa9929e8d1dedca307f829fb74f1fc1968de /Include/patchlevel.h
parentdafc7fe241870e756eb55fc8548e47ab9ca61c17 (diff)
downloadcpython-a32e1c5f257e3a5df61c12047c9e0f777c9d38dd.tar.gz
Start 3.6.0b3
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 258dabb71c..29da489cfa 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.