summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-05-02 05:01:31 -0400
committerNed Deily <nad@python.org>2018-05-02 05:01:31 -0400
commit01e19f8fedb1e02476c4e42d387829135c9e76a1 (patch)
treec568c85a96156c3bab20a1237989cfcb78d97624 /Include/patchlevel.h
parenteb96c376994cb7c6c2e8a4967782d1c0e2a96135 (diff)
downloadcpython-git-01e19f8fedb1e02476c4e42d387829135c9e76a1.tar.gz
bump to 3.7.0b4+
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 c01b8f98fe..d7bd1d3944 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.7.0b4"
+#define PY_VERSION "3.7.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.