From: Benjamin Peterson Date: Sat, 23 May 2015 16:02:14 +0000 (-0500) Subject: python 2.7.10 final X-Git-Tag: v2.7.10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a29c5cc452e3fa52f48581094c7125d94d65cf6;p=thirdparty%2FPython%2Fcpython.git python 2.7.10 final --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3789b059d522..a71efde615f1 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 90f438d585cc..037089633f9d 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--