]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0rc1
authorThomas Wouters <thomas@python.org>
Sun, 6 Aug 2023 12:50:13 +0000 (14:50 +0200)
committerThomas Wouters <thomas@python.org>
Sun, 6 Aug 2023 12:50:13 +0000 (14:50 +0200)
Include/patchlevel.h

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