]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.7
authorThomas Wouters <thomas@python.org>
Tue, 1 Oct 2024 05:12:34 +0000 (07:12 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 1 Oct 2024 05:12:34 +0000 (07:12 +0200)
Include/patchlevel.h

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