From: Thomas Wouters Date: Wed, 6 Sep 2023 10:27:54 +0000 (+0200) Subject: Post 3.12.0rc2 X-Git-Tag: v3.12.0rc3~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c7655554cad5d9062f9edf0a78c5fadaede0497;p=thirdparty%2FPython%2Fcpython.git Post 3.12.0rc2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5fd803e587f4..edb59b7968b2 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.12.0rc2" +#define PY_VERSION "3.12.0rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.