]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post v3.8.0b2
authorŁukasz Langa <lukasz@langa.pl>
Thu, 4 Jul 2019 21:46:35 +0000 (23:46 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 4 Jul 2019 21:46:35 +0000 (23:46 +0200)
Include/patchlevel.h

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