]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0rc1
authorThomas Wouters <thomas@python.org>
Thu, 1 Aug 2024 09:02:31 +0000 (11:02 +0200)
committerThomas Wouters <thomas@python.org>
Thu, 1 Aug 2024 09:02:31 +0000 (11:02 +0200)
Include/patchlevel.h

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