]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0
authorŁukasz Langa <lukasz@langa.pl>
Mon, 5 Oct 2020 16:07:40 +0000 (18:07 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 5 Oct 2020 16:07:40 +0000 (18:07 +0200)
Include/patchlevel.h

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