diff options
author | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-09-12 21:29:04 (GMT) |
commit | 4829bc66194f40ca6110610c6357b36eb910a51d (patch) | |
tree | fbf670f63169ee2e437f114b7920b00dbd8da3b3 /Include/patchlevel.h | |
parent | 3c70a992be9db7c69a055e523053426d3c655b39 (diff) | |
download | cpython-4829bc66194f40ca6110610c6357b36eb910a51d.zip cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.gz cpython-4829bc66194f40ca6110610c6357b36eb910a51d.tar.bz2 |
Bump to 3.7.0a0
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 b623508..9644b1a 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 6 +#define PY_MINOR_VERSION 7 #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.6.0b1+" +#define PY_VERSION "3.7.0a0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |