]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0b1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 19 May 2020 00:12:30 +0000 (02:12 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 19 May 2020 00:12:30 +0000 (02:12 +0200)
Include/patchlevel.h

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