]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.6rc1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 8 Sep 2020 09:39:14 +0000 (11:39 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 8 Sep 2020 09:39:14 +0000 (11:39 +0200)
Include/patchlevel.h

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