godot/version.py

10 lines
154 B
Python
Raw Normal View History

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 4
2021-11-05 14:51:15 +01:00
patch = 1
status = "rc"
module_config = ""
year = 2021
website = "https://godotengine.org"