diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:08 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:24 (GMT) |
| commit | 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 (patch) | |
| tree | b3c0292f8914d2070bbca5741dac78b1e325f302 /Include | |
| parent | aa9eb5f757ceff461e6e996f12c89e5d9b583b01 (diff) | |
| download | cpython-3.13.4.zip cpython-3.13.4.tar.gz cpython-3.13.4.tar.bz2 | |
Python 3.13.4v3.13.4
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 e0d5fc1..18d66d3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 13 -#define PY_MICRO_VERSION 3 +#define PY_MICRO_VERSION 4 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.3+" +#define PY_VERSION "3.13.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
