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

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