]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a1
authorThomas Wouters <thomas@python.org>
Tue, 25 Oct 2022 02:17:18 +0000 (04:17 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 25 Oct 2022 02:17:18 +0000 (04:17 +0200)
Include/patchlevel.h

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