]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.11
authorThomas Wouters <thomas@python.org>
Tue, 3 Jun 2025 18:31:47 +0000 (20:31 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 3 Jun 2025 18:31:47 +0000 (20:31 +0200)
Include/patchlevel.h

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