diff options
| author | Ned Deily <nad@python.org> | 2021-09-04 03:49:21 (GMT) |
|---|---|---|
| committer | Ned Deily <nad@python.org> | 2021-09-04 03:49:21 (GMT) |
| commit | 1f97973f630fda109039b2a8c8024a70eb92932f (patch) | |
| tree | 426bc5ffe4ac380a958ac2a62818506b1da98fcb /Include | |
| parent | 79101b890ee021a901a8b6837a3a320d57adb725 (diff) | |
| download | cpython-3.7.12.zip cpython-3.7.12.tar.gz cpython-3.7.12.tar.bz2 | |
3.7.12v3.7.12
Diffstat (limited to 'Include')
| -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 44524f6..891f8e9 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 11 +#define PY_MICRO_VERSION 12 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.11+" +#define PY_VERSION "3.7.12" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
