From: Thomas Wouters Date: Tue, 2 Dec 2025 16:41:30 +0000 (+0100) Subject: Post 3.13.10 X-Git-Tag: v3.13.11~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fedefc5f3acbb0bbc07134cdb626523bdd0f5566;p=thirdparty%2FPython%2Fcpython.git Post 3.13.10 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 7b5be1cec363..934d61045364 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.10" +#define PY_VERSION "3.13.10+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.