summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-26 23:36:31 (GMT)
committerNed Deily <nad@python.org>2018-06-26 23:39:50 (GMT)
commit4cf1f54eb764f856fda5a394d8598c0c90d69d77 (patch)
treeeab55a6e2498ce4b1e7a2e91a305fd7643df5e15 /Include/patchlevel.h
parent1015e38be4a52488a506ccb311ab7b23e46f9fa9 (diff)
downloadcpython-3.6.6.zip
cpython-3.6.6.tar.gz
cpython-3.6.6.tar.bz2
3.6.6 finalv3.6.6
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 8a94c2c..f20d080 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 6
-#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.6rc1"
+#define PY_VERSION "3.6.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.