summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-03-28 09:19:31 (GMT)
committerNed Deily <nad@python.org>2018-03-28 09:19:31 (GMT)
commitf59c0932b4e160f279fb98de4cdad2f58269e0a5 (patch)
treeb59bbb577e47eeb4ff40ebdcf4f6e7d41b69f234 /Include
parentdb65936a40e13144ec5307d16755a954f6a36b7e (diff)
downloadcpython-3.6.5.zip
cpython-3.6.5.tar.gz
cpython-3.6.5.tar.bz2
3.6.5finalv3.6.5
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 7ed3ea0..3dd89f6 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 5
-#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.5rc1"
+#define PY_VERSION "3.6.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.