]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a5
authorThomas Wouters <thomas@python.org>
Tue, 7 Feb 2023 22:13:10 +0000 (23:13 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 7 Feb 2023 22:13:10 +0000 (23:13 +0100)
Include/patchlevel.h

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