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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86816ecb98857739ce32acc770b526b6641d5042;p=thirdparty%2FPython%2Fcpython.git 3.6.4+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e909bb240b8e..28f3691d886a 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.