diff options
| author | Thomas Wouters <thomas@python.org> | 2025-12-02 12:49:34 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-12-02 12:49:50 (GMT) |
| commit | 4fd884356d7f29b2a07a4274bef04998ac96d529 (patch) | |
| tree | 4f695a5d20bde8006aee464b8a38207b709cb935 /Include | |
| parent | a62caed6a67ca64b0fdc0cdd25760954e6b8d612 (diff) | |
| download | cpython-3.13.10.zip cpython-3.13.10.tar.gz cpython-3.13.10.tar.bz2 | |
Python 3.13.10v3.13.10
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 09051b3..7b5be1c 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 9 +#define PY_MICRO_VERSION 10 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.9+" +#define PY_VERSION "3.13.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
