]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
use rc rather than beta
authorBenjamin Peterson <benjamin@python.org>
Fri, 3 Apr 2015 01:36:42 +0000 (21:36 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 3 Apr 2015 01:36:42 +0000 (21:36 -0400)
Include/patchlevel.h

index ed771a0bc9be0fc6b5b3633a493bd3033fe489f4..edb9ae8cd6a194b7c9a45029cd59196fbd2fa0db 100644 (file)
 #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