diff options
author | Larry Hastings <larry@hastings.org> | 2015-03-08 08:24:34 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-03-08 08:24:34 (GMT) |
commit | 6003ac526716a107c9d8e9d0ca3150c752fefa5f (patch) | |
tree | c760382dbab9fbdaeafa9fc17035e1ed1689f105 /Include | |
parent | cfb5b87860a6c605c89ec9d409852641ae47f654 (diff) | |
download | cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.zip cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.tar.gz cpython-6003ac526716a107c9d8e9d0ca3150c752fefa5f.tar.bz2 |
Release bump for 3.5.0a2.v3.5.0a2
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 ea0c042..7ca2775 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_ALPHA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.5.0a1+" +#define PY_VERSION "3.5.0a2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |