From: Ned Deily Date: Wed, 6 Dec 2017 01:46:02 +0000 (-0500) Subject: Bump to 3.6.4rc1+ X-Git-Tag: v3.6.5rc1~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f722e8c993e1e1d723a705bd7247cbb12838a1ff;p=python Bump to 3.6.4rc1+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5fb1205ee6..131323d1e1 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.6.4rc1" +#define PY_VERSION "3.6.4rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.