diff options
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/version.py b/version.py index 0bffc43b54..7432bade76 100644 --- a/version.py +++ b/version.py @@ -1,9 +1,13 @@ -short_name = "godot" -name = "Godot Engine" +short_name = "redot" +name = "Redot Engine" major = 4 minor = 3 patch = 1 status = "rc" module_config = "" -website = "https://godotengine.org" +website = "https://redotengine.org" docs = "4.3" +godot_major = 4 +godot_minor = 3 +godot_patch = 1 +godot_status = "dev" |