summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-04-29 22:48:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-04-29 22:48:13 (GMT)
commit75c8df51ac6937a77901027fbf351b67ea04e04c (patch)
tree4c5e471b3b50760649a486112e8990c116a80b61 /Include/patchlevel.h
parent0b3800d82aacfe277d6ab7acfa2fce625bd69045 (diff)
parentca079a3ea30098aff3197c559a0e32d42dda6d84 (diff)
downloadcpython-75c8df51ac6937a77901027fbf351b67ea04e04c.zip
cpython-75c8df51ac6937a77901027fbf351b67ea04e04c.tar.gz
cpython-75c8df51ac6937a77901027fbf351b67ea04e04c.tar.bz2
merge 2.7.15 release branch
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 396c47e..99e8370 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 15
-#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 "2.7.15rc1"
+#define PY_VERSION "2.7.15"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty