]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0
authorThomas Wouters <thomas@python.org>
Mon, 7 Oct 2024 15:22:36 +0000 (17:22 +0200)
committerThomas Wouters <thomas@python.org>
Mon, 7 Oct 2024 15:22:36 +0000 (17:22 +0200)
Include/patchlevel.h

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