summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-03 01:36:42 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-03 01:36:42 (GMT)
commit023de869ecdbabe86ef6581d74f21fef1a03aca3 (patch)
tree02607c7f55fff5d333ba53ea8f9d90ce7bf70a0d /Include/patchlevel.h
parentaff77f3b194c14f0e788ab3287f8337a03d15e21 (diff)
downloadcpython-023de869ecdbabe86ef6581d74f21fef1a03aca3.zip
cpython-023de869ecdbabe86ef6581d74f21fef1a03aca3.tar.gz
cpython-023de869ecdbabe86ef6581d74f21fef1a03aca3.tar.bz2
use rc rather than beta
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ed771a0..edb9ae8 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