]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.21
authorŁukasz Langa <lukasz@langa.pl>
Tue, 3 Dec 2024 18:25:02 +0000 (19:25 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 3 Dec 2024 18:25:02 +0000 (19:25 +0100)
Include/patchlevel.h

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