]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0b3
authorThomas Wouters <thomas@python.org>
Tue, 20 Jun 2023 13:32:24 +0000 (15:32 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 20 Jun 2023 13:32:24 +0000 (15:32 +0200)
Include/patchlevel.h

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