summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/patchlevel.h
diff options
context:
space:
mode:
authorshadchin <[email protected]>2024-09-17 19:54:19 +0300
committershadchin <[email protected]>2024-09-17 20:04:48 +0300
commitad73802f079a708231d906dd7273a632db735851 (patch)
treed8b2b9f0b31430e69b777af21f63b432f4b92cc4 /contrib/tools/python3/Include/patchlevel.h
parent7c4e4744ae44dd94daa179458190817615f9e8a1 (diff)
Update Python 3 to 3.12.6
commit_hash:43ed87a61b9efe3a87682fda1f0bff6f7b422cc9
Diffstat (limited to 'contrib/tools/python3/Include/patchlevel.h')
-rw-r--r--contrib/tools/python3/Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python3/Include/patchlevel.h b/contrib/tools/python3/Include/patchlevel.h
index 667c0b0d66a..704c1c442de 100644
--- a/contrib/tools/python3/Include/patchlevel.h
+++ b/contrib/tools/python3/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.