diff options
| author | Larry Hastings <larry@hastings.org> | 2015-07-05 02:13:02 (GMT) |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2015-07-05 02:13:02 (GMT) |
| commit | 9626971c744525c2c4c1eee30089b7ef44ab822f (patch) | |
| tree | 3c4425b1984e41995c6ef5a4d39f79e64bdb29c3 /Include | |
| parent | aaa377f01db46d726062042e1f87f491c494b44e (diff) | |
| download | cpython-3.5.0b3.zip cpython-3.5.0b3.tar.gz cpython-3.5.0b3.tar.bz2 | |
Version bump for Python 3.5.0b3 release.v3.5.0b3
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 f1773f0..920cd25 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_BETA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.5.0b2+" +#define PY_VERSION "3.5.0b3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
