diff options
author | Larry Hastings <larry@hastings.org> | 2015-11-21 23:54:22 -0800 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-11-21 23:54:22 -0800 |
commit | 6e86580fc750762a0859ab6129921777a5405640 (patch) | |
tree | c63a1e0ee18c0a1b22eed53dac1c200a17f58195 /Include/patchlevel.h | |
parent | 1fb5b735f597e3db04fc180697651ffe178e56c4 (diff) | |
download | cpython-git-6e86580fc750762a0859ab6129921777a5405640.tar.gz |
Version bump for Python 3.5.1rc1.v3.5.1rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5145dd4e73..a98bd30c9f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 5 -#define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.0+" +#define PY_VERSION "3.5.1rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |