]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.10
authorŁukasz Langa <lukasz@langa.pl>
Fri, 14 Jan 2022 21:49:33 +0000 (22:49 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 14 Jan 2022 21:49:33 +0000 (22:49 +0100)
Include/patchlevel.h

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