]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.2
authorThomas Wouters <thomas@python.org>
Tue, 6 Feb 2024 23:44:32 +0000 (00:44 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 6 Feb 2024 23:44:32 +0000 (00:44 +0100)
Include/patchlevel.h

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