]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.20.
authorŁukasz Langa <lukasz@langa.pl>
Fri, 6 Sep 2024 20:34:30 +0000 (22:34 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 6 Sep 2024 20:34:30 +0000 (22:34 +0200)
Include/patchlevel.h

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