From: Pablo Galindo Date: Wed, 7 Jun 2023 08:37:03 +0000 (+0100) Subject: Post 3.11.4 X-Git-Tag: v3.11.5~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5103df46e0b4ce2c89b6f16d8eea73391e30c296;p=thirdparty%2FPython%2Fcpython.git Post 3.11.4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index a5b73cd8d5f8..72f5afaf3753 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.4" +#define PY_VERSION "3.11.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.