]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.4
authorThomas Wouters <thomas@python.org>
Tue, 3 Jun 2025 20:22:30 +0000 (22:22 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 3 Jun 2025 20:22:30 +0000 (22:22 +0200)
Include/patchlevel.h

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