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

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