]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.9
authorThomas Wouters <thomas@python.org>
Tue, 4 Feb 2025 19:37:20 +0000 (20:37 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 4 Feb 2025 19:37:20 +0000 (20:37 +0100)
Include/patchlevel.h

index 3a80c5f879c15b3d76b253c5852545dc387e12e7..63460cef54e99e87c149d5f4fd9c587ffe6b6f1b 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.12.9"
+#define PY_VERSION              "3.12.9+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.