From: Pablo Galindo Date: Sun, 8 May 2022 02:37:35 +0000 (+0100) Subject: Post 3.11.0b1 X-Git-Tag: v3.11.0b2~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fbb56dc6bed82b2590c740f522639e4e7bcf8ce;p=thirdparty%2FPython%2Fcpython.git Post 3.11.0b1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9747ca417772..12c0b81cd0cc 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.11.0b1" +#define PY_VERSION "3.11.0b1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.