summaryrefslogtreecommitdiffstats
path: root/version.py
diff options
context:
space:
mode:
authorTrashguy <trashguy@gmail.com>2024-10-11 12:21:42 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-13 15:05:24 -0400
commit9901f655fb46bd345770ad5f4a1638c4051b1816 (patch)
treebb22b4881145f122568c8f2e51e912078ad1b4fc /version.py
parent6699ae7897658e44efc3cfb2cba91c11a8f5aa6a (diff)
downloadredot-engine-9901f655fb46bd345770ad5f4a1638c4051b1816.tar.gz
Rebrand Godot 4.3 to Redot
Diffstat (limited to 'version.py')
-rw-r--r--version.py10
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"