]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0rc3
authorThomas Wouters <thomas@python.org>
Tue, 19 Sep 2023 11:02:42 +0000 (13:02 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 19 Sep 2023 11:02:42 +0000 (13:02 +0200)
Include/patchlevel.h

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