summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-12 00:46:50 -0400
committerNed Deily <nad@python.org>2018-06-12 00:46:50 -0400
commitdfad352267cee3ea581035622a7371bc3b235378 (patch)
treeda56ad623ac93d420a65023c227e72dd09ab595d /Include
parentef5f4ba96e05f61ad3baca502012085f31e99342 (diff)
downloadcpython-git-dfad352267cee3ea581035622a7371bc3b235378.tar.gz
3.7.0rc1v3.7.0rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 37f80ddfcd..0b21d214eb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.0b5+"
+#define PY_VERSION "3.7.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.