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

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