]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0b3
authorŁukasz Langa <lukasz@langa.pl>
Tue, 9 Jun 2020 21:35:14 +0000 (23:35 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 9 Jun 2020 21:35:14 +0000 (23:35 +0200)
Include/patchlevel.h

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