]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0rc1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 11 Aug 2020 21:29:16 +0000 (23:29 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 11 Aug 2020 21:29:16 +0000 (23:29 +0200)
Include/patchlevel.h

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