summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-02-04 14:37:05 (GMT)
committerThomas Wouters <thomas@python.org>2025-02-04 14:38:38 (GMT)
commitfdb81425a9ad683f8c24bf5cbedc9b96baf00cd2 (patch)
tree547acf9c2ce45579c19f0f9c364011eb653ac91b /Include/patchlevel.h
parent0d51b298061957625190b916d57f4e552bc835e6 (diff)
downloadcpython-3.12.9.zip
cpython-3.12.9.tar.gz
cpython-3.12.9.tar.bz2
Python 3.12.9v3.12.9
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2fa4509..3a80c5f 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 8
+#define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.8+"
+#define PY_VERSION "3.12.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.