diff options
| author | Thomas Wouters <thomas@python.org> | 2024-09-06 19:00:07 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-09-06 19:03:47 (GMT) |
| commit | a4a2d2b0d85273f746c3834ce2753e19c898949d (patch) | |
| tree | f7de77c2241645f39fe79fa7beb3ebffa8135da0 /Include/patchlevel.h | |
| parent | 7e51091481b0cbfdeaf0c6f7dcf4788272f59d36 (diff) | |
| download | cpython-3.12.6.zip cpython-3.12.6.tar.gz cpython-3.12.6.tar.bz2 | |
Python 3.12.6v3.12.6
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 9ecda38..704c1c4 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 5 +#define PY_MICRO_VERSION 6 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.12.5+" +#define PY_VERSION "3.12.6" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
