diff options
| author | Thomas Wouters <thomas@python.org> | 2025-04-08 11:35:30 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-04-08 11:35:47 (GMT) |
| commit | 0cc81280367df838c4b199f8f0378837165071c2 (patch) | |
| tree | dd9f672542952919314ee25a696740a505b5092b /Include/patchlevel.h | |
| parent | a05e9301ab50b60f513f626eb0758dda17007341 (diff) | |
| download | cpython-3.12.10.zip cpython-3.12.10.tar.gz cpython-3.12.10.tar.bz2 | |
Python 3.12.10v3.12.10
Diffstat (limited to 'Include/patchlevel.h')
| -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 63460ce..b982ff7 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 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.12.9+" +#define PY_VERSION "3.12.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
