summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-05-02 03:41:45 -0400
committerNed Deily <nad@python.org>2018-05-02 03:41:45 -0400
commiteb96c376994cb7c6c2e8a4967782d1c0e2a96135 (patch)
tree76cbde74a7c5ca652a7513af93cca05b8b4a7c3f /Include/patchlevel.h
parent3c5d3f519d092ea845fa6673df1222fdd668430b (diff)
downloadcpython-git-3.7.0b4.tar.gz
3.7.0b4v3.7.0b4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 70d86c9f85..c01b8f98fe 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.7.0b3+"
+#define PY_VERSION "3.7.0b4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.