From: Pablo Galindo Date: Tue, 31 May 2022 13:16:08 +0000 (+0100) Subject: Post 3.11.0b2 X-Git-Tag: v3.11.0b3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5024a9b7d1159dc24120be44df264ba31a4546f6;p=thirdparty%2FPython%2Fcpython.git Post 3.11.0b2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f10d8d11f6cb..30faea5b3ad4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.11.0b2" +#define PY_VERSION "3.11.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.