diff options
| author | Ned Deily <nad@python.org> | 2018-06-12 04:46:50 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2018-06-12 04:46:50 (GMT) |
| commit | dfad352267cee3ea581035622a7371bc3b235378 (patch) | |
| tree | da56ad623ac93d420a65023c227e72dd09ab595d /Include | |
| parent | ef5f4ba96e05f61ad3baca502012085f31e99342 (diff) | |
| download | cpython-3.7.0rc1.zip cpython-3.7.0rc1.tar.gz cpython-3.7.0rc1.tar.bz2 | |
3.7.0rc1v3.7.0rc1
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 37f80dd..0b21d21 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 5 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.7.0b5+" +#define PY_VERSION "3.7.0rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
