From: Thomas Wouters Date: Tue, 12 Mar 2024 23:46:17 +0000 (+0100) Subject: Post 3.13.0a5 X-Git-Tag: v3.13.0a6~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=128fbdf97b64901fdc45db19c10f2c71351d41e8;p=thirdparty%2FPython%2Fcpython.git Post 3.13.0a5 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ea22ad2856c8..942922bd0df6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.13.0a5" +#define PY_VERSION "3.13.0a5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.