From 92bee43adba8d2401ef40e2480e53087bcb1eaf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 1 Mar 2023 01:38:07 +0100 Subject: [PATCH] Bump version to 4.0-stable \o/ 4 years of development. 12,000 merged pull requests. 7,000 fixed issues. 1,500 individual contributors across engine and docs. The Godot 4.0 release is by all metrics our biggest release so far. No stone has been left unturned, all parts of the engine have been modernized, refactored, overhauled, rewritten, redesigned. Our work is far from done. Many areas still have significant known issues, and will require focused work from all willing contributors to fix blocking bugs, implement missing features, optimize for performance or compatibility, and improve the user experience. But Godot 4.0 marks the start of the new, modern Godot Engine, and a solid foundation for us all to build upon. Future 4.x releases will come with a much faster cadence, enabling us to iterate quickly on new features and improvements to what we already provide. To all of you who were involved in making Godot 4.0 what it is today, however big or small your contributions were: THANK YOU! This was a massive undertaking, and you all participated in unique and wonderful ways to build a free and open source game engine for everyone to use and enjoy. You are breathtaking! <3 --- misc/dist/windows/godot.iss | 2 +- version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/dist/windows/godot.iss b/misc/dist/windows/godot.iss index f7aa8249bc8..a58043b9d5e 100644 --- a/misc/dist/windows/godot.iss +++ b/misc/dist/windows/godot.iss @@ -1,5 +1,5 @@ #define MyAppName "Godot Engine" -#define MyAppVersion "4.0.dev" +#define MyAppVersion "4.0" #define MyAppPublisher "Godot Engine contributors" #define MyAppURL "https://godotengine.org/" #define MyAppExeName "godot.exe" diff --git a/version.py b/version.py index e12f26d0f2a..ef1d39448e5 100644 --- a/version.py +++ b/version.py @@ -3,8 +3,8 @@ name = "Godot Engine" major = 4 minor = 0 patch = 0 -status = "rc" +status = "stable" module_config = "" year = 2023 website = "https://godotengine.org" -docs = "latest" +docs = "4.0"