]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0rc2
authorŁukasz Langa <lukasz@langa.pl>
Thu, 17 Sep 2020 08:45:49 +0000 (10:45 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 17 Sep 2020 08:45:49 +0000 (10:45 +0200)
Include/patchlevel.h

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