diff options
| author | Thomas Wouters <thomas@python.org> | 2024-12-03 18:40:02 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-12-03 18:42:41 (GMT) |
| commit | 2dc476bcb9142cd25d7e1d52392b73a3dcdf1756 (patch) | |
| tree | ff706fe182426e3eab7d9dfbb13ca44441092207 /Include | |
| parent | 49da170709dd47c49bfc1e5d4b5d46122a049a3b (diff) | |
| download | cpython-3.12.8.zip cpython-3.12.8.tar.gz cpython-3.12.8.tar.bz2 | |
Python 3.12.8v3.12.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 a1bbc45..6c59783 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 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.12.7+" +#define PY_VERSION "3.12.8" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
