diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-25 03:31:53 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-25 03:31:53 (GMT) |
commit | e6c6f69ac935d045034712e53ee64fe46434e460 (patch) | |
tree | 64010bcfee10d4104a61a1f404c478a1bc1a4313 /Include | |
parent | db1ccc69f478c01cf961a7a6bf1f27418b6881bc (diff) | |
download | cpython-e6c6f69ac935d045034712e53ee64fe46434e460.zip cpython-e6c6f69ac935d045034712e53ee64fe46434e460.tar.gz cpython-e6c6f69ac935d045034712e53ee64fe46434e460.tar.bz2 |
Version bump for Python 3.5.0rc2.v3.5.0rc2
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 b454c9b..85f3307 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.5.0rc1+" +#define PY_VERSION "3.5.0rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |