From: Ɓukasz Langa Date: Tue, 4 Jun 2019 19:55:17 +0000 (+0200) Subject: Post v3.8.0b1 X-Git-Tag: v3.8.0b2~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=267a3897b91bd70657d82165746a7c0e6adb3723;p=python Post v3.8.0b1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 881558bb44..4a52f833a5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.8.0b1" +#define PY_VERSION "3.8.0b1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.