]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0b2
authorThomas Wouters <thomas@python.org>
Wed, 5 Jun 2024 22:44:36 +0000 (00:44 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 5 Jun 2024 22:44:36 +0000 (00:44 +0200)
Include/patchlevel.h

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