summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-09-13 15:43:21 +0100
committerLarry Hastings <larry@hastings.org>2015-09-13 15:43:21 +0100
commit9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f (patch)
tree6134af819a14d2697099aca91151985728e98e8a /Include/patchlevel.h
parent73953d8670bf25015a2c4b3b9578bedadc022514 (diff)
parent82c0c6901135a20f10d2dbb1bbf7c71bc71e13af (diff)
downloadcpython-git-9c51f89cd698ea1dc7ad6682b55d7e87c4e54b0f.tar.gz
Merge release engineering work from Python 3.5.0.
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 f0ca3a1b08..5145dd4e73 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.5.0rc4+"
+#define PY_VERSION "3.5.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.