From: Pablo Galindo Date: Sat, 10 Jul 2021 01:27:16 +0000 (+0100) Subject: Post 3.10.0b4 X-Git-Tag: v3.10.0rc1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff66d0c3f3f39b81f9a8dc7a6159a3e373a7bf0;p=thirdparty%2FPython%2Fcpython.git Post 3.10.0b4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6d539dfa4cfe..93f78fced629 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.10.0b4" +#define PY_VERSION "3.10.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.