From: Thomas Wouters Date: Tue, 1 Oct 2024 05:12:34 +0000 (+0200) Subject: Post 3.12.7 X-Git-Tag: v3.12.8~268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e26ec55e058f9d8cabcb27f4f13844788461e76;p=thirdparty%2FPython%2Fcpython.git Post 3.12.7 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4f0c8fb1aa4e..a1bbc45127b6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.12.7" +#define PY_VERSION "3.12.7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.