summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/patchlevel.h
diff options
context:
space:
mode:
authorshadchin <[email protected]>2024-08-17 21:51:59 +0300
committershadchin <[email protected]>2024-08-17 22:04:51 +0300
commitee9edbd8878888bafcd0eeb3b528f3ec4311560b (patch)
treed54d8138e50a446904f10a2092719be86af011b7 /contrib/tools/python3/Include/patchlevel.h
parent72cbe4bad58add0912623ba51351ff1db8587249 (diff)
Update Python 3 to 3.12.5
https://docs.python.org/release/3.12.5/whatsnew/changelog.html#python-3-12-5-final de86cdeacd3a8653b9ec36e87975886fafcf6dc2
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 07e77187d06..667c0b0d66a 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 4
+#define PY_MICRO_VERSION 5
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.4"
+#define PY_VERSION "3.12.5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.