From: Thomas Wouters Date: Thu, 14 Aug 2025 18:13:25 +0000 (+0200) Subject: Post 3.13.7 X-Git-Tag: v3.13.8~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=470091376e228b5874008d378be0654147631621;p=thirdparty%2FPython%2Fcpython.git Post 3.13.7 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 36b5ac25c63d..6583c64251b4 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.13.7" +#define PY_VERSION "3.13.7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.