Update copyright year on Windows properties and About dialog

This commit is contained in:
David Capello 2020-01-08 17:44:59 -03:00
parent 70a211d978
commit df63fb9388
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
</grid>
<separator horizontal="true" />
<hbox>
<label text="Copyright (C) 2001-2019" />
<label text="Copyright (C) 2001-2020" />
<link text="Igara Studio S.A." url="https://www.igarastudio.com/" />
</hbox>
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Aseprite - Animated sprites editor & pixel art tool"
VALUE "FileVersion", "1,3,0,0"
VALUE "InternalName", "aseprite"
VALUE "LegalCopyright", "Copyright (C) 2001-2019 Igara Studio S.A."
VALUE "LegalCopyright", "Copyright (C) 2001-2020 Igara Studio S.A."
VALUE "OriginalFilename", "aseprite.exe"
VALUE "ProductName", "ASEPRITE"
VALUE "ProductVersion", "1,3,0,0"