summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-23 16:02:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-23 16:02:14 (GMT)
commit5a29c5cc452e3fa52f48581094c7125d94d65cf6 (patch)
treec4ef46bac48ae4d3b0c244c679ad25d395f28aae
parentec7abfb58fdf8ab6d1af1aba4731bf149a7d485e (diff)
downloadcpython-2.7.10.zip
cpython-2.7.10.tar.gz
cpython-2.7.10.tar.bz2
python 2.7.10 finalv2.7.10
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Lib/distutils/__init__.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3789b05..a71efde 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 10
-#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.10rc1"
+#define PY_VERSION "2.7.10"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 90f438d..03708963 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "2.7.10rc1"
+__version__ = "2.7.10"
#--end constants--