diff options
| author | Thomas Wouters <thomas@python.org> | 2025-10-07 12:01:38 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-10-07 12:01:51 (GMT) |
| commit | a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d (patch) | |
| tree | d64af15879120d3af94cfdef61d24639204dcda3 /Include | |
| parent | cb4b09a2e1cba32ddc016feb251d10c4519e2e5f (diff) | |
| download | cpython-3.13.8.zip cpython-3.13.8.tar.gz cpython-3.13.8.tar.bz2 | |
Python 3.13.8v3.13.8
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 6583c64..3f7feaf 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 7 +#define PY_MICRO_VERSION 8 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.7+" +#define PY_VERSION "3.13.8" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
