summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 02:04:19 -0400
committerNed Deily <nad@python.org>2018-10-20 02:04:19 -0400
commit260ec2c36abd73bac51489108409160427979ede (patch)
tree4781a5ee01540d8d9172fa1a770cdf8ac86ecab4 /Include
parent32fe7b0188bb73c84c0bde80643b6a3bfd03ba93 (diff)
downloadcpython-git-260ec2c36abd73bac51489108409160427979ede.tar.gz
3.7.1finalv3.7.1
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 38823102a4..667facb9c6 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 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.1rc2"
+#define PY_VERSION "3.7.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.