From: Thomas Wouters Date: Tue, 3 Dec 2024 21:43:25 +0000 (+0100) Subject: Post 3.13.1 X-Git-Tag: v3.13.2~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd8135118698b5cfe90795c4a1372c40b8a9a60b;p=thirdparty%2FPython%2Fcpython.git Post 3.13.1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 93b0d7b7c798..59476c13eb62 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.1" +#define PY_VERSION "3.13.1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.