summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 06:04:19 (GMT)
committerNed Deily <nad@python.org>2018-10-20 06:04:19 (GMT)
commit260ec2c36abd73bac51489108409160427979ede (patch)
tree4781a5ee01540d8d9172fa1a770cdf8ac86ecab4 /Include/patchlevel.h
parent32fe7b0188bb73c84c0bde80643b6a3bfd03ba93 (diff)
downloadcpython-3.7.1.zip
cpython-3.7.1.tar.gz
cpython-3.7.1.tar.bz2
3.7.1finalv3.7.1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3882310..667facb 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.