]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.12
authorThomas Wouters <thomas@python.org>
Thu, 9 Oct 2025 11:46:51 +0000 (13:46 +0200)
committerThomas Wouters <thomas@python.org>
Thu, 9 Oct 2025 11:46:51 +0000 (13:46 +0200)
Include/patchlevel.h

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