godot/version.py
Rémi Verschelde 88cccfb796 Print engine version to stdout when starting Godot
Also include website URL and make it configurable via version.py
together with the rest of the engine branding.

Add mention to MIT license in --help output.

(cherry picked from commit b10dd110e5)
2019-11-12 11:44:46 +01:00

10 lines
157 B
Python

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 1
patch = 2
status = "devel"
module_config = ""
year = 2019
website = "https://godotengine.org"