]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.5
authorThomas Wouters <thomas@python.org>
Wed, 11 Jun 2025 21:32:50 +0000 (23:32 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 11 Jun 2025 21:32:50 +0000 (23:32 +0200)
Include/patchlevel.h

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