]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a4
authorThomas Wouters <thomas@python.org>
Tue, 10 Jan 2023 16:40:11 +0000 (17:40 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 10 Jan 2023 16:40:11 +0000 (17:40 +0100)
Include/patchlevel.h

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