summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-27 18:29:26 -0400
committerNed Deily <nad@python.org>2018-06-27 18:29:26 -0400
commit4f69a297a942c18ebe83e6a6fa1391ba75978ed3 (patch)
tree32e363fd151d8e6778d02086f3733863095bcf5c /Include
parent933c4513c627d7b6fe14bc2d29e53487f93cfcd9 (diff)
downloadcpython-git-4f69a297a942c18ebe83e6a6fa1391ba75978ed3.tar.gz
start 3.7.0+
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 13876bdcb6..a39b63c617 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.0"
+#define PY_VERSION "3.7.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.