]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.11
authorŁukasz Langa <lukasz@langa.pl>
Mon, 28 Jun 2021 10:11:14 +0000 (12:11 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 28 Jun 2021 10:11:14 +0000 (12:11 +0200)
Include/patchlevel.h

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