summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-23 16:37:36 -0500
committerNed Deily <nad@python.org>2018-12-23 16:37:36 -0500
commit9a3ffc0492d1310ead9ce8f5ee678c26b20a338d (patch)
tree516f0f09f447e51983a26077625fb74eb0449bac /Include/patchlevel.h
parent92f90242994652d6b7afe0a2c8a61cf2bccc8c32 (diff)
downloadcpython-git-9a3ffc0492d1310ead9ce8f5ee678c26b20a338d.tar.gz
3.7.2finalv3.7.2
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 e6f519e4c7..cd35daa225 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 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.2rc1"
+#define PY_VERSION "3.7.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.