summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-05-30 20:53:43 -0400
committerNed Deily <nad@python.org>2018-05-30 20:53:43 -0400
commitd8bc353aa1573c64fc61e2baeeb9bd5c41805328 (patch)
tree3e86a8e5c330ba5f70562c5cf49591efba01d166 /Include
parentabb88023896f545b18d20c7d0d5934b11230a12f (diff)
downloadcpython-git-d8bc353aa1573c64fc61e2baeeb9bd5c41805328.tar.gz
Bump to 3.7.0b5+
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 bcba96770f..37f80ddfcd 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.7.0b5"
+#define PY_VERSION "3.7.0b5+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.