]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.13
authorThomas Wouters <thomas@python.org>
Tue, 3 Mar 2026 13:22:45 +0000 (14:22 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 3 Mar 2026 13:22:45 +0000 (14:22 +0100)
Include/patchlevel.h

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