]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0b1
authorThomas Wouters <thomas@python.org>
Wed, 8 May 2024 14:53:50 +0000 (16:53 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 8 May 2024 14:53:50 +0000 (16:53 +0200)
Include/patchlevel.h

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