From: Ɓukasz Langa Date: Thu, 26 Nov 2020 17:49:45 +0000 (+0100) Subject: Post 3.9.1rc1 X-Git-Tag: v3.9.1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=761c5a1ce477b82cca35a79917c88d72d57ed776;p=thirdparty%2FPython%2Fcpython.git Post 3.9.1rc1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1a51847c5541..09db42f19fd7 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.9.1rc1" +#define PY_VERSION "3.9.1rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.