]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.24
authorŁukasz Langa <lukasz@langa.pl>
Thu, 9 Oct 2025 12:42:00 +0000 (14:42 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 9 Oct 2025 12:42:00 +0000 (14:42 +0200)
Include/patchlevel.h

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