]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.8
authorThomas Wouters <thomas@python.org>
Tue, 3 Dec 2024 21:35:54 +0000 (22:35 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 3 Dec 2024 21:38:32 +0000 (22:38 +0100)
Include/patchlevel.h

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