summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-23 11:02:14 -0500
committerBenjamin Peterson <benjamin@python.org>2015-05-23 11:02:14 -0500
commit57af3f22d11600ca98c0c9073d0b3b57d43f7c4b (patch)
tree5865c71dab145b907e04bf890102db8059bcbc09
parent871f40d4792e490a17cb0f45cc4af7b10a1f40d0 (diff)
downloadcpython-2.7.10.tar.gz
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 3789b059d5..a71efde615 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 90f438d585..037089633f 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--