]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a2
authorThomas Wouters <thomas@python.org>
Wed, 22 Nov 2023 21:24:48 +0000 (22:24 +0100)
committerThomas Wouters <thomas@python.org>
Wed, 22 Nov 2023 21:24:48 +0000 (22:24 +0100)
Include/patchlevel.h

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