]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.13
authorThomas Wouters <thomas@python.org>
Tue, 7 Apr 2026 21:28:57 +0000 (23:28 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 7 Apr 2026 21:28:57 +0000 (23:28 +0200)
Include/patchlevel.h

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