diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-10 17:14:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-10 17:14:16 (GMT) |
commit | a40ea98fc10b86b47dde49884c4d2c8fe6e79bce (patch) | |
tree | c7bb982f57948588c9b94985ae9532e1c0b20599 /Include | |
parent | 91fd1599358a1764e805f7ccfb6a8cb2ad558b7e (diff) | |
download | cpython-a40ea98fc10b86b47dde49884c4d2c8fe6e79bce.zip cpython-a40ea98fc10b86b47dde49884c4d2c8fe6e79bce.tar.gz cpython-a40ea98fc10b86b47dde49884c4d2c8fe6e79bce.tar.bz2 |
bump version to 2.7.10rc1v2.7.10rc1
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index edb9ae8..3789b05 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,10 +24,10 @@ #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 10 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.10rc0" +#define PY_VERSION "2.7.10rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |