diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-01 11:16:22 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-01 11:16:22 +0100 |
commit | a7f49ac9a107820a62677ee3fb49d38982a25165 (patch) | |
tree | 720ec3f5b63943d6a3f8b4b9bcc6cd897d080e91 /version.py | |
parent | 7fddf5eb7c6b6e58f891aaaa5b396f2b0cf616f8 (diff) |
Update copyright statements to 2020
Happy new year to the wonderful Godot community!
We're starting a new decade with a well-established, non-profit, free
and open source game engine, and tons of further improvements in the
pipeline from hundreds of contributors.
Godot will keep getting better, and we're looking forward to all the
games that the community will keep developing and releasing with it.
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index fee6809551..9184facb73 100644 --- a/version.py +++ b/version.py @@ -4,5 +4,5 @@ major = 3 minor = 2 status = "beta" module_config = "" -year = 2019 +year = 2020 website = "https://godotengine.org" |