From: Ned Deily Date: Tue, 19 Sep 2017 07:12:46 +0000 (-0400) Subject: post 3.7.0a1 development X-Git-Tag: v3.7.0a2~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453408a50508bb6801b6724ba7c7d1c017c218b6;p=python post 3.7.0a1 development --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5a5986bfa4..73ef459fda 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.7.0a1" +#define PY_VERSION "3.7.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.