]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.23
authorŁukasz Langa <lukasz@langa.pl>
Tue, 3 Jun 2025 19:14:38 +0000 (21:14 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 3 Jun 2025 19:14:38 +0000 (21:14 +0200)
Include/patchlevel.h

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