diff options
| author | Ned Deily <nad@python.org> | 2019-10-14 22:32:36 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2019-10-14 22:32:36 (GMT) |
| commit | 5c02a39a0b31a330e06b4d6f44835afb205dc7cc (patch) | |
| tree | e7643c9a92c2e763c6c59166fc93c4ccf6d6d5c6 /Include | |
| parent | 0365d511564fe724f634fdef6393f1beefe47bb3 (diff) | |
| download | cpython-3.7.5.zip cpython-3.7.5.tar.gz cpython-3.7.5.tar.bz2 | |
3.7.5v3.7.5
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 4bd828e..083aeb8 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 5 -#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.5rc1+" +#define PY_VERSION "3.7.5" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
