summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-27 05:14:00 -0400
committerNed Deily <nad@python.org>2020-06-27 05:14:00 -0400
commitd56cd4006a1c5e07b0bf69fad9fc8e2fbf6aa855 (patch)
tree252f12dabb18e9c668f7e4959df5c15d75ef5863 /Include/patchlevel.h
parent93514bd24447d8dd1579ac838e2d8915a1bbc17f (diff)
downloadcpython-git-3.6.11.tar.gz
3.6.11v3.6.11
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 9710c54b65..9f686b346f 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 11
-#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.11rc1+"
+#define PY_VERSION "3.6.11"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.