From: Ned Deily Date: Tue, 19 Sep 2017 06:57:04 +0000 (-0400) Subject: post 3.6.3rc1 development X-Git-Tag: v3.6.4rc1~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113bc6f57b86aa88a5607258758718b294cf7205;p=thirdparty%2FPython%2Fcpython.git post 3.6.3rc1 development --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 90bdc2eeaf8c..c7dff541fc53 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.3rc1" +#define PY_VERSION "3.6.3rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.