diff options
| author | Ned Deily <nad@python.org> | 2019-07-08 18:03:50 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2019-07-08 18:03:50 (GMT) |
| commit | e09359112e250268eca209355abeb17abf822486 (patch) | |
| tree | 9774ba24d727e333009f691debddd19a661b15ab /Include/patchlevel.h | |
| parent | f2cbf41afc9e9a0ce16bfe0c71662348453a28c4 (diff) | |
| download | cpython-3.7.4.zip cpython-3.7.4.tar.gz cpython-3.7.4.tar.bz2 | |
3.7.4 finalv3.7.4
Diffstat (limited to 'Include/patchlevel.h')
| -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 189d549..a388239 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 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.4rc2" +#define PY_VERSION "3.7.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
