mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 22:35:15 +08:00
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
)
10 lines
157 B
Python
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"
|