From 023de869ecdbabe86ef6581d74f21fef1a03aca3 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 2 Apr 2015 21:36:42 -0400 Subject: [PATCH] use rc rather than beta --- Include/patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ed771a0bc9be..edb9ae8cd6a1 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_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 -- 2.47.3