]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.12
authorThomas Wouters <thomas@python.org>
Tue, 3 Feb 2026 21:47:48 +0000 (22:47 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 3 Feb 2026 21:47:48 +0000 (22:47 +0100)
Include/patchlevel.h

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