summaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'version.py')
-rw-r--r--version.py13
1 files changed, 9 insertions, 4 deletions
diff --git a/version.py b/version.py
index 22704a08cb..8e1935aca1 100644
--- a/version.py
+++ b/version.py
@@ -1,9 +1,14 @@
-short_name = "godot"
-name = "Godot Engine"
+short_name = "redot"
+name = "Redot Engine"
major = 4
minor = 4
patch = 0
-status = "dev"
+status = "alpha"
+status_version = 2
module_config = ""
-website = "https://godotengine.org"
+website = "https://redotengine.org"
docs = "latest"
+godot_major = 4
+godot_minor = 4
+godot_patch = 0
+godot_status = "dev"