From 869f1d8f6ac0382f1719ce9d39d6b075d65cc281 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 18 Sep 2025 12:49:45 +0100 Subject: [PATCH] Post 3.14.0rc3 --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 00c2ed849957..d4593663cd29 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,7 +24,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.14.0rc3" +#define PY_VERSION "3.14.0rc3+" /*--end constants--*/ -- 2.47.3