Files
redot-engine/version.py
Spartan322 834a843c46 Bump version to 4.3-beta.1
Add status_version to version.py
Update Engine.xml example for get_godot_compatible_version_info
2024-10-17 20:44:00 -04:00

15 lines
245 B
Python

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