]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0a3
authorŁukasz Langa <lukasz@langa.pl>
Sat, 25 Jan 2020 13:52:44 +0000 (14:52 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 25 Jan 2020 13:52:44 +0000 (14:52 +0100)
Include/patchlevel.h

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