diff options
| author | Ned Deily <nad@python.org> | 2018-02-28 00:49:18 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2018-02-28 00:49:18 (GMT) |
| commit | b0ef5c979b0c4e1df2286ac734160d7560fcce2c (patch) | |
| tree | 4e384151dd76bd23d15a37ffd2ebc1377e413bbf /Include/patchlevel.h | |
| parent | 0ea49fc0bfa10205895f9fb78b4d6659b2946883 (diff) | |
| download | cpython-3.7.0b2.zip cpython-3.7.0b2.tar.gz cpython-3.7.0b2.tar.bz2 | |
Update NEWS, docs, and patchlevel for 3.7.0b2v3.7.0b2
Diffstat (limited to 'Include/patchlevel.h')
| -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 0287405..49b493a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #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_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.7.0b1+" +#define PY_VERSION "3.7.0b2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
