]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post v3.8.0b4
authorŁukasz Langa <lukasz@langa.pl>
Fri, 30 Aug 2019 09:01:34 +0000 (11:01 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 30 Aug 2019 09:01:34 +0000 (11:01 +0200)
Include/patchlevel.h

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