]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.2rc2
authorŁukasz Langa <lukasz@langa.pl>
Tue, 18 Feb 2020 12:01:01 +0000 (13:01 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 18 Feb 2020 12:01:01 +0000 (13:01 +0100)
Include/patchlevel.h

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