summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-09-26 06:16:09 (GMT)
committerNed Deily <nad@python.org>2018-09-26 06:16:09 (GMT)
commit2064bcf6ce513a3ce876f87aabdbd997c07eff10 (patch)
tree11ea9beccd44705835b166e76bc8d5f8466781c5 /Include/patchlevel.h
parentd9cfe5ed2c2c61eeae915b76f5e10aadbbb28da6 (diff)
downloadcpython-2064bcf6ce513a3ce876f87aabdbd997c07eff10.zip
cpython-2064bcf6ce513a3ce876f87aabdbd997c07eff10.tar.gz
cpython-2064bcf6ce513a3ce876f87aabdbd997c07eff10.tar.bz2
3.7.1rc1v3.7.1rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a39b63c..d375d28 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 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.0+"
+#define PY_VERSION "3.7.1rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.