godot/version.py
Rémi Verschelde b320fe6c39
Update year property in version.py to 2024
Seems like we missed this one when changing the copyright statements
to use `present` instead of the hardcoded `year`.

And backport other minor improvements from #87543.

(cherry picked from commit f61e2491e1)
2024-01-30 15:03:21 +01:00

11 lines
167 B
Python

short_name = "godot"
name = "Godot Engine"
major = 3
minor = 5
patch = 4
status = "rc"
module_config = ""
year = 2024
website = "https://godotengine.org"
docs = "3.5"