]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0rc2
authorThomas Wouters <thomas@python.org>
Sat, 7 Sep 2024 00:21:10 +0000 (02:21 +0200)
committerThomas Wouters <thomas@python.org>
Sat, 7 Sep 2024 00:21:10 +0000 (02:21 +0200)
Include/patchlevel.h

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