]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.1
authorThomas Wouters <thomas@python.org>
Fri, 8 Dec 2023 00:39:55 +0000 (01:39 +0100)
committerThomas Wouters <thomas@python.org>
Fri, 8 Dec 2023 00:39:55 +0000 (01:39 +0100)
Include/patchlevel.h

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