]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.6
authorŁukasz Langa <lukasz@langa.pl>
Thu, 24 Sep 2020 10:32:56 +0000 (12:32 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 24 Sep 2020 10:32:56 +0000 (12:32 +0200)
Include/patchlevel.h

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