]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0a4
authorŁukasz Langa <lukasz@langa.pl>
Wed, 26 Feb 2020 00:31:04 +0000 (01:31 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 26 Feb 2020 00:31:04 +0000 (01:31 +0100)
Include/patchlevel.h

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