]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post v3.8.0rc1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 1 Oct 2019 20:49:40 +0000 (22:49 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 1 Oct 2019 20:49:40 +0000 (22:49 +0200)
Include/patchlevel.h

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