From: Pablo Galindo Date: Mon, 31 May 2021 11:58:35 +0000 (+0100) Subject: Post 3.10.0b2 X-Git-Tag: v3.10.0b3~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f592c3665869f4585c2e05cd4f96b4a9df8d72f;p=thirdparty%2FPython%2Fcpython.git Post 3.10.0b2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6abd9378956a..edd9b6b880af 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.10.0b2" +#define PY_VERSION "3.10.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.