]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0b2
authorThomas Wouters <thomas@python.org>
Tue, 6 Jun 2023 19:46:44 +0000 (21:46 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 6 Jun 2023 19:46:44 +0000 (21:46 +0200)
Include/patchlevel.h

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