From: Pablo Galindo Date: Wed, 8 Feb 2023 09:55:26 +0000 (+0000) Subject: Post 3.11.2 X-Git-Tag: v3.11.3~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e396888a6e2f1e9828a2c6c44aba62c3b4884202;p=thirdparty%2FPython%2Fcpython.git Post 3.11.2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 806e0441b2fa..e0d27fcdcb64 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.11.2" +#define PY_VERSION "3.11.2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.