]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.9
authorThomas Wouters <thomas@python.org>
Tue, 14 Oct 2025 18:32:03 +0000 (20:32 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 14 Oct 2025 18:35:49 +0000 (20:35 +0200)
Include/patchlevel.h

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