From: Thomas Wouters Date: Fri, 13 Oct 2023 11:39:00 +0000 (+0200) Subject: Post 3.13.0a1 X-Git-Tag: v3.13.0a2~486 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e011229a9a47c780c4ef6cd756685f15183b920;p=thirdparty%2FPython%2Fcpython.git Post 3.13.0a1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e2a72915a1c7..c2ffa3d5a75c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.13.0a1" +#define PY_VERSION "3.13.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.