]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.3rc1
authorŁukasz Langa <lukasz@langa.pl>
Wed, 29 Apr 2020 22:43:53 +0000 (00:43 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 29 Apr 2020 22:43:53 +0000 (00:43 +0200)
Include/patchlevel.h

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