From: Pablo Galindo Date: Fri, 14 Jan 2022 21:20:41 +0000 (+0000) Subject: Post 3.11.0a4 X-Git-Tag: v3.11.0a5~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01d4fe09763a6e55e38d338bf45e8c35e32a3581;p=thirdparty%2FPython%2Fcpython.git Post 3.11.0a4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index c7da3481e2d0..1715d53e83ab 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.11.0a4" +#define PY_VERSION "3.11.0a4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.