python 2.7.10 final

This commit is contained in:
Benjamin Peterson 2015-05-23 11:02:14 -05:00
parent ec7abfb58f
commit 5a29c5cc45
2 changed files with 4 additions and 4 deletions

View File

@ -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

View 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--