]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.19
authorŁukasz Langa <lukasz@langa.pl>
Tue, 19 Mar 2024 16:18:11 +0000 (17:18 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 19 Mar 2024 16:18:11 +0000 (17:18 +0100)
Include/patchlevel.h

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