diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:41:33 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:41:47 (GMT) |
| commit | 55fee9cf216abe4ec0d1139f94b1930fbd0c7644 (patch) | |
| tree | 326de34099d67da148ef7fdd888c02e66030dc4c /Include | |
| parent | 28463dba112af719df1e8b0391c46787ad756dd9 (diff) | |
| download | cpython-3.12.11.zip cpython-3.12.11.tar.gz cpython-3.12.11.tar.bz2 | |
Python 3.12.11v3.12.11
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 5ce973d..45b7700 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 12 -#define PY_MICRO_VERSION 10 +#define PY_MICRO_VERSION 11 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.12.10+" +#define PY_VERSION "3.12.11" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
