From 07e41850ef6c7c8bb7b35a39b080600b77e6953a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 9 May 2025 00:50:22 +0200 Subject: [PATCH] Bump version to 4.4.2-rc I forgot to do this after 49a5bc7, so sadly a few commits in between wrongly have 4.4.1-stable as version even though they're not the 4.4.1-stable tag. --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index 8c6ed6b5de..8004e3304d 100644 --- a/version.py +++ b/version.py @@ -2,8 +2,8 @@ short_name = "godot" name = "Godot Engine" major = 4 minor = 4 -patch = 1 -status = "stable" +patch = 2 +status = "rc" module_config = "" website = "https://godotengine.org" docs = "4.4"