]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.7
authorThomas Wouters <thomas@python.org>
Thu, 14 Aug 2025 18:13:25 +0000 (20:13 +0200)
committerThomas Wouters <thomas@python.org>
Thu, 14 Aug 2025 18:13:25 +0000 (20:13 +0200)
Include/patchlevel.h

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