]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.4
authorThomas Wouters <thomas@python.org>
Thu, 6 Jun 2024 22:25:42 +0000 (00:25 +0200)
committerThomas Wouters <thomas@python.org>
Thu, 6 Jun 2024 22:25:42 +0000 (00:25 +0200)
Include/patchlevel.h

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