]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a2
authorThomas Wouters <thomas@python.org>
Tue, 15 Nov 2022 12:36:51 +0000 (13:36 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 15 Nov 2022 12:36:51 +0000 (13:36 +0100)
Include/patchlevel.h

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