summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 01:24:09 -0400
committerNed Deily <nad@python.org>2018-10-20 01:24:09 -0400
commit6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9 (patch)
tree5a6a57f97cfe611bdc437566c34f4e1e10c6b25f /Include/patchlevel.h
parent92fe93e48a852d22ba33c0fa12112ae664724202 (diff)
downloadcpython-git-3.6.7.tar.gz
3.6.7finalv3.6.7
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 267ab6341a..ee403a82cc 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 7
-#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.6.7rc2"
+#define PY_VERSION "3.6.7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.