From: Ned Deily Date: Tue, 3 Oct 2017 08:46:04 +0000 (-0400) Subject: Bump version to 3.6.3+ X-Git-Tag: v3.6.4rc1~192 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec47aff13a3f114787f3ae99b2a7bbdd0162f510;p=thirdparty%2FPython%2Fcpython.git Bump version to 3.6.3+ --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f06b6549e74b..d369968679ff 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.3" +#define PY_VERSION "3.6.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.