]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.2
authorThomas Wouters <thomas@python.org>
Tue, 4 Feb 2025 19:37:26 +0000 (20:37 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 4 Feb 2025 19:37:26 +0000 (20:37 +0100)
Include/patchlevel.h

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