]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.11
authorThomas Wouters <thomas@python.org>
Fri, 5 Dec 2025 19:43:39 +0000 (20:43 +0100)
committerThomas Wouters <thomas@python.org>
Fri, 5 Dec 2025 19:43:39 +0000 (20:43 +0100)
Include/patchlevel.h

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