Files
redot-engine/version.py
Spartan322 361170f6da Bump version to 4.4-alpha.2
Add status_version to version.py
Update Engine.xml example for get_godot_compatible_version_info
2024-10-14 10:07:25 -04:00

15 lines
249 B
Python

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