summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-08-06 19:02:15 (GMT)
committerThomas Wouters <thomas@python.org>2024-08-06 19:08:49 (GMT)
commitff3bc82f7c9882c27aad597aac79355da7257186 (patch)
treef6912fb2111e6893284440fcdd44250802a40267 /Include
parentb895f1804ffd220768d2caff23363740bd2c9b01 (diff)
downloadcpython-3.12.5.zip
cpython-3.12.5.tar.gz
cpython-3.12.5.tar.bz2
Python 3.12.5v3.12.5
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 7f8ca73..667c0b0 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 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.