summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-23 16:37:14 -0500
committerNed Deily <nad@python.org>2018-12-23 16:37:14 -0500
commit3c6b436a57893dd1fae4e072768f41a199076252 (patch)
treeb399c2953ed29264e722e1e9524f115a1acc54e9 /Include/patchlevel.h
parent68f5dfd955ee7a16fabf90d7c370159cc0ca9b75 (diff)
downloadcpython-git-3c6b436a57893dd1fae4e072768f41a199076252.tar.gz
3.6.8finalv3.6.8
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 50ae6cb345..065b0cc66b 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 8
-#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.6.8rc1+"
+#define PY_VERSION "3.6.8"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.