]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a1
authorThomas Wouters <thomas@python.org>
Fri, 13 Oct 2023 11:39:00 +0000 (13:39 +0200)
committerThomas Wouters <thomas@python.org>
Fri, 13 Oct 2023 11:39:00 +0000 (13:39 +0200)
Include/patchlevel.h

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