mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
b10dd110e5
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.
8 lines
145 B
Python
8 lines
145 B
Python
short_name = "godot"
|
|
name = "Godot Engine"
|
|
major = 3
|
|
minor = 2
|
|
status = "dev"
|
|
module_config = ""
|
|
year = 2019
|
|
website = "https://godotengine.org"
|