diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 10:49:27 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-05-30 10:49:27 -0400 |
commit | 802d45b6604b82ee636fdd795cc6a7d9e655855d (patch) | |
tree | c9d51cf8a24d9dbe295985d1823dc23efb1aa570 /Include/patchlevel.h | |
parent | 5844436adfa48b91ccd328c0bfd6ab1237a1311d (diff) | |
parent | e90982111ae1accc2a2ecaae94650a1d16a772ff (diff) | |
download | cpython-git-802d45b6604b82ee636fdd795cc6a7d9e655855d.tar.gz |
Merge 3.5
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 b5cac68813..246eba8c97 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -17,13 +17,13 @@ /* Version parsed out into numeric values */ /*--start constants--*/ #define PY_MAJOR_VERSION 3 -#define PY_MINOR_VERSION 5 +#define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.0b1+" +#define PY_VERSION "3.6.0a0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |