diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2019-05-29 11:04:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 11:04:20 +0200 |
commit | 7a8dcb9a114d742f9bc1e269d738903c00729b8b (patch) | |
tree | f6321d03b9c8d7c67d77d218f07e9a8e6890c83b /version.py | |
parent | c71f9b29ff914eefbd382fba05c3d45a889aeee0 (diff) | |
parent | b10dd110e525ee7ce2dcf7721a51c93d782347de (diff) |
Merge pull request #29244 from akien-mga/main-print-version
Print engine version to stdout when starting Godot
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/version.py b/version.py index 3d7def727d..09219f60ad 100644 --- a/version.py +++ b/version.py @@ -5,3 +5,4 @@ minor = 2 status = "dev" module_config = "" year = 2019 +website = "https://godotengine.org" |