From: Ned Deily Date: Fri, 16 Dec 2016 05:13:46 +0000 (-0500) Subject: bump version to 3.6.0rc1+ X-Git-Tag: v3.6.0rc2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86368b8529f784bd7a70f280931e835c07a8739c;p=thirdparty%2FPython%2Fcpython.git bump version to 3.6.0rc1+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e2a9aceb98b3..f59e12ada137 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.0rc1" +#define PY_VERSION "3.6.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.