diff options
| author | Pablo Galindo <pablogsal@gmail.com> | 2025-10-09 16:16:24 (GMT) |
|---|---|---|
| committer | Pablo Galindo <pablogsal@gmail.com> | 2025-10-09 16:16:55 (GMT) |
| commit | cd1c3a6342869b7346c1b5c27b8de9c6ef9c4e69 (patch) | |
| tree | 7b1ea97a1b398de1a5f385af5f8c33108a0a523b /Include | |
| parent | 854c029d3072cdf60f9cd7878a3e7c25e37cd8df (diff) | |
| download | cpython-3.11.14.zip cpython-3.11.14.tar.gz cpython-3.11.14.tar.bz2 | |
Python 3.11.14v3.11.14
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 9ee3915..72887d1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 11 -#define PY_MICRO_VERSION 13 +#define PY_MICRO_VERSION 14 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.11.13+" +#define PY_VERSION "3.11.14" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
