summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-11 16:46:13 -0500
committerNed Deily <nad@python.org>2018-12-11 16:46:13 -0500
commit75a402a2176c3baa5f48aa0e176507f1bac20cda (patch)
tree150d6cfd478d3b5ed19d810629686e49fbbb1547 /Include
parent9383969788f6554d2628e3d0f1c5e9dfbbf0e4cb (diff)
downloadcpython-git-75a402a2176c3baa5f48aa0e176507f1bac20cda.tar.gz
3.7.2rc1v3.7.2rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f9157e2862..e6f519e4c7 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.1+"
+#define PY_VERSION "3.7.2rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.