diff options
author | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-02-08 00:00:55 (GMT) |
commit | b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09 (patch) | |
tree | 8d6cd46c5903a5d7401588bbb286096b1484ffef /Include | |
parent | ead7aec74d31639e807611dcc4fa0d6c3eba28d4 (diff) | |
download | cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.zip cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.gz cpython-b06f142f5f798fecbd7a4dc3d9e6c1861fb59a09.tar.bz2 |
Release bump for 3.5.0a1.
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 16124f5..9606c15 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 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.0a0" +#define PY_VERSION "3.5.0a1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |