From cde768cd631f71bdb48d1ca7c951effa53ca1e6f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 26 May 2025 21:50:01 +0300 Subject: [PATCH] Post 3.14.0b2 --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index aba26718b2e..d761b114c16 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,7 +24,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.14.0b2" +#define PY_VERSION "3.14.0b2+" /*--end constants--*/