Files
redot-engine/version.py
Rémi Verschelde 07e41850ef Bump version to 4.4.2-rc
I forgot to do this after 49a5bc7, so sadly a few commits in between wrongly
have 4.4.1-stable as version even though they're not the 4.4.1-stable tag.
2025-05-09 00:50:27 +02:00

15 lines
252 B
Python

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