]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a3
authorThomas Wouters <thomas@python.org>
Tue, 6 Dec 2022 21:20:28 +0000 (22:20 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 6 Dec 2022 21:20:28 +0000 (22:20 +0100)
Include/patchlevel.h

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