Bump version to 4.0-rc

It's been 3 years since the release of Godot 3.2 and the start of the
major overhaul of the codebase for Godot 4.0.

And the work on that new version had started even 6 months before with
Juan working on the Vulkan renderer and various core changes in a
feature branch. This got merged in #36098 on Feb 11, 2020, oh well, we
3 days early ;)

Close to 15,000 pull requests have been merged for the 4.0 milestone,
which is half of the total amount of PRs in Godot's open source
lifetime. This is our biggest release by far, and it's finally time to
let it loose.

A huge thankyou to all the contributors who were involved over the
years, with contributions of any kind. Now's the final stretch to iron
out the remaining blocking bugs and release 4.0-stable.
This commit is contained in:
Rémi Verschelde 2023-02-08 10:04:22 +01:00
parent 9f859a111c
commit 8843d9ad34
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ name = "Godot Engine"
major = 4
minor = 0
patch = 0
status = "beta"
status = "rc"
module_config = ""
year = 2022
year = 2023
website = "https://godotengine.org"
docs = "latest"