]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0
authorThomas Wouters <thomas@python.org>
Mon, 2 Oct 2023 14:41:41 +0000 (16:41 +0200)
committerThomas Wouters <thomas@python.org>
Mon, 2 Oct 2023 14:41:41 +0000 (16:41 +0200)
Include/patchlevel.h

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