Bump version to 4.3-beta.1

Add status_version to version.py
Update Engine.xml example for get_godot_compatible_version_info
This commit is contained in:
Spartan322
2024-10-17 20:44:00 -04:00
parent 05896a777d
commit 834a843c46
5 changed files with 20 additions and 8 deletions

View File

@@ -2,8 +2,9 @@ short_name = "redot"
name = "Redot Engine"
major = 4
minor = 3
patch = 1
status = "rc"
patch = 0
status = "beta"
status_version = 1
module_config = ""
website = "https://redotengine.org"
docs = "4.3"