diff options
| author | Ned Deily <nad@python.org> | 2020-08-15 05:20:16 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2020-08-15 05:20:16 (GMT) |
| commit | 13c94747c74437e594b7fc242ff7da668e81887c (patch) | |
| tree | c5539214a6a157e38b0ba15ff28401c07b42aa70 /Include/patchlevel.h | |
| parent | a0ad82959652ff64c99231f457fd740b17330514 (diff) | |
| download | cpython-3.7.9.zip cpython-3.7.9.tar.gz cpython-3.7.9.tar.bz2 | |
3.7.9v3.7.9
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 3ffe89c..d823319 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 7 -#define PY_MICRO_VERSION 8 +#define PY_MICRO_VERSION 9 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.8+" +#define PY_VERSION "3.7.9" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
