diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2025-04-08 15:21:55 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2025-04-08 15:21:55 (GMT) |
| commit | 05c5549224fba2906c5e33e2aee5dec6bb0b825b (patch) | |
| tree | 31534aa40e824b4f86f6fb04e171172903ff102f /Include | |
| parent | 12deea5acf926032ee9ab97edff179105ad56bb7 (diff) | |
| download | cpython-3.9.22.zip cpython-3.9.22.tar.gz cpython-3.9.22.tar.bz2 | |
Python 3.9.22v3.9.22
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 601b951..cab5ea0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 -#define PY_MICRO_VERSION 21 +#define PY_MICRO_VERSION 22 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.21+" +#define PY_VERSION "3.9.22" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
