]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.4rc1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 30 Jun 2020 16:03:38 +0000 (18:03 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 30 Jun 2020 16:03:38 +0000 (18:03 +0200)
Include/patchlevel.h

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