From: Ned Deily Date: Tue, 19 Dec 2017 07:56:06 +0000 (-0500) Subject: 3.6.4+ X-Git-Tag: v3.6.5rc1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86816ecb98857739ce32acc770b526b6641d5042;p=python 3.6.4+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e909bb240b..28f3691d88 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.4" +#define PY_VERSION "3.6.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.