diff options
author | Ned Deily <nad@python.org> | 2020-06-27 08:35:53 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2020-06-27 08:35:53 (GMT) |
commit | 4b47a5b6ba66b02df9392feb97b8ead916f8c1fa (patch) | |
tree | ebc7157af0b5fc52180bc2ed7c0367c5d33af9ad /Include | |
parent | cfbc759f918d646a59acb99251fc10b3900248a6 (diff) | |
download | cpython-3.7.8.zip cpython-3.7.8.tar.gz cpython-3.7.8.tar.bz2 |
3.7.8v3.7.8
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 17d5370..c1bdb83 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 8 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.8rc1+" +#define PY_VERSION "3.7.8" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |