]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0b4
authorŁukasz Langa <lukasz@langa.pl>
Fri, 3 Jul 2020 16:47:54 +0000 (18:47 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 3 Jul 2020 16:47:54 +0000 (18:47 +0200)
Include/patchlevel.h

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