summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 12:54:48 -0400
committerNed Deily <nad@python.org>2018-10-20 12:54:48 -0400
commit08eae4fa4cb368e0db6b91e1fec0c62e89f3b7a9 (patch)
tree7378c100012c38aaaec235ba466b3368a8004186 /Include
parent34a5ed5c0abbe75af2b75ad8bd03b68fd7e2f596 (diff)
parent260ec2c36abd73bac51489108409160427979ede (diff)
downloadcpython-git-08eae4fa4cb368e0db6b91e1fec0c62e89f3b7a9.tar.gz
Merge tag 'v3.7.1' into 3.7
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 9e0bd965cf..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.