summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2016-06-25 21:11:09 (GMT)
committerLarry Hastings <larry@hastings.org>2016-06-25 21:11:09 (GMT)
commit6c1aa6ba30e38fb9708526e27f9158162c37d909 (patch)
tree5263332b8d4830d86cf92373b7ebf899ba68a6be /Include/patchlevel.h
parent66b84c00c55f3ee8ea3d115b734868e7e280c2d9 (diff)
downloadcpython-6c1aa6ba30e38fb9708526e27f9158162c37d909.zip
cpython-6c1aa6ba30e38fb9708526e27f9158162c37d909.tar.gz
cpython-6c1aa6ba30e38fb9708526e27f9158162c37d909.tar.bz2
Version number bump for 3.5.2 final.v3.5.2
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 4a7b003..60851c1 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 2
-#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.5.2rc1+"
+#define PY_VERSION "3.5.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.