diff options
| author | arcadia-devtools <[email protected]> | 2022-03-25 10:46:04 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-25 10:46:04 +0300 |
| commit | 4a07b03673d315e0d98c5e29cc9cbeeec1d5c94f (patch) | |
| tree | 7cdc507d170dc6f879b1fde1093012f5be58fece /contrib/tools/python3/src/Include | |
| parent | 86f93d737e9db0e8bfdb6d6a291b6dbdab9d1bdb (diff) | |
intermediate changes
ref:ac52b2b4969cd1562fcebef15e16af428f77648b
Diffstat (limited to 'contrib/tools/python3/src/Include')
| -rw-r--r-- | contrib/tools/python3/src/Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python3/src/Include/patchlevel.h b/contrib/tools/python3/src/Include/patchlevel.h index bf343ad960b..a4418b0a6c6 100644 --- a/contrib/tools/python3/src/Include/patchlevel.h +++ b/contrib/tools/python3/src/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 -#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.9.11" +#define PY_VERSION "3.9.12" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
