version.py 147 B

12345678
  1. short_name = "godot"
  2. name = "Godot Engine"
  3. major = 3
  4. minor = 2
  5. status = "alpha"
  6. module_config = ""
  7. year = 2019
  8. website = "https://godotengine.org"