]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0b1
authorThomas Wouters <thomas@python.org>
Mon, 22 May 2023 19:11:08 +0000 (21:11 +0200)
committerThomas Wouters <thomas@python.org>
Mon, 22 May 2023 19:11:08 +0000 (21:11 +0200)
Include/patchlevel.h

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