From 9901f655fb46bd345770ad5f4a1638c4051b1816 Mon Sep 17 00:00:00 2001 From: Trashguy Date: Fri, 11 Oct 2024 12:21:42 -0400 Subject: Rebrand Godot 4.3 to Redot --- version.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'version.py') 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" -- cgit v1.2.3