From: Thomas Wouters Date: Tue, 7 Oct 2025 14:04:40 +0000 (+0200) Subject: Post 3.13.8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=527623e8276671aa089bb7f967e334fbcb48ad03;p=thirdparty%2FPython%2Fcpython.git Post 3.13.8 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3f7feaf0b330..2f26b60fafe6 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.8" +#define PY_VERSION "3.13.8+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.