Kaydet (Commit) 023de869 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

use rc rather than beta

üst aff77f3b
...@@ -23,11 +23,11 @@ ...@@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2 #define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7 #define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 10 #define PY_MICRO_VERSION 10
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 0 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "2.7.10b0" #define PY_VERSION "2.7.10rc0"
/*--end constants--*/ /*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty /* Subversion Revision number of this file (not of the repository). Empty
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment