]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.6
authorThomas Wouters <thomas@python.org>
Fri, 6 Sep 2024 22:22:27 +0000 (00:22 +0200)
committerThomas Wouters <thomas@python.org>
Fri, 6 Sep 2024 22:22:27 +0000 (00:22 +0200)
Include/patchlevel.h

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