[Python-checkins] cpython (2.7): use rc rather than beta

benjamin.peterson python-checkins at python.org
Fri Apr 3 03:36:46 CEST 2015


https://hg.python.org/cpython/rev/7f9597b44740
changeset:   95405:7f9597b44740
branch:      2.7
parent:      95402:3ac1b21fbb42
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Apr 02 21:36:42 2015 -0400
summary:
  use rc rather than beta

files:
  Include/patchlevel.h |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Include/patchlevel.h b/Include/patchlevel.h
--- 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_BETA
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.7.10b0"
+#define PY_VERSION      	"2.7.10rc0"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list