]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.3
authorThomas Wouters <thomas@python.org>
Tue, 9 Apr 2024 15:25:54 +0000 (17:25 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 9 Apr 2024 15:25:54 +0000 (17:25 +0200)
Include/patchlevel.h

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