From: Thomas Wouters Date: Tue, 3 Jun 2025 20:22:30 +0000 (+0200) Subject: Post 3.13.4 X-Git-Tag: v3.13.5~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7ee596fd07351aeda4e7f8ecd54cdd8d2a90934;p=thirdparty%2FPython%2Fcpython.git Post 3.13.4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 18d66d3863e6..be39694d03eb 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.4" +#define PY_VERSION "3.13.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.