From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:52:43 +0000 (+0200) Subject: Post 3.14.0a3 X-Git-Tag: v3.14.0a4~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d70e5c1fefb69c541205a7e97795f10fd61c2905;p=thirdparty%2FPython%2Fcpython.git Post 3.14.0a3 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1e9df2d9ebd0..6d4f719fcde5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.14.0a3" +#define PY_VERSION "3.14.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.