]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0a6
authorŁukasz Langa <lukasz@langa.pl>
Tue, 28 Apr 2020 14:28:10 +0000 (16:28 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 28 Apr 2020 14:28:10 +0000 (16:28 +0200)
Include/patchlevel.h

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