From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:25:59 +0000 (+0300) Subject: Post 3.15.0b3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b414580b6ab87a00c35fb29341f9b1640da0279;p=thirdparty%2FPython%2Fcpython.git Post 3.15.0b3 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 60664cf68625..f597c49cfd39 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.15.0b3" +#define PY_VERSION "3.15.0b3+dev" /*--end constants--*/