]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
python 2.7.10 final v2.7.10
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2015 16:02:14 +0000 (11:02 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2015 16:02:14 +0000 (11:02 -0500)
Include/patchlevel.h
Lib/distutils/__init__.py

index 3789b059d5221e87c724fd7efc51f0024c752376..a71efde615f11f2f819d05e124315e3d39c5b5d2 100644 (file)
 #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
index 90f438d585ccfd78242028e16e37715e1839d2e7..037089633f9d3626a73ea434e50f55938923c713 100644 (file)
@@ -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--