From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Tue, 19 Nov 2024 19:55:02 +0000 (+0200) Subject: Post 3.14.0a2 X-Git-Tag: v3.14.0a3~286 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc1042f9a67e70e2971cc39fa7ebec8ba588e152;p=thirdparty%2FPython%2Fcpython.git Post 3.14.0a2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 815608df5e1c..e99c3a66f84e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.14.0a2" +#define PY_VERSION "3.14.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.