Files
redot-engine/version.py
Spartan322 829e0d4410 Fix Project Manager listing incorrect info
Fix author info referring to Godot authors, now refers to REDOT_AUTHORS.md
Fix donor info referring to Godot donors, now empty
Correct COPYRIGHT.txt to properly refer to reflect Redot rebrand
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
2024-10-10 22:28:15 -04:00

14 lines
228 B
Python

short_name = "redot"
name = "Redot Engine"
major = 4
minor = 4
patch = 0
status = "dev"
module_config = ""
website = "https://redotengine.org"
docs = "latest"
godot_major = 4
godot_minor = 4
godot_patch = 0
godot_status = "dev"