]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.10
authorThomas Wouters <thomas@python.org>
Tue, 8 Apr 2025 14:17:38 +0000 (16:17 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 8 Apr 2025 14:17:38 +0000 (16:17 +0200)
Include/patchlevel.h

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