Win32: Update the year in the Windows version resource

Visible in right-click on solvespace.exe | Properties | Details | Copyright
This commit is contained in:
ruevs 2021-01-09 23:18:32 +02:00
parent 82698b19a3
commit 3abfd91e9d

View File

@ -18,7 +18,7 @@ BEGIN
VALUE "FileVersion", "${solvespace_VERSION_MAJOR}.${solvespace_VERSION_MINOR}~${solvespace_GIT_HASH}"
VALUE "OriginalFilename", "solvespace.exe"
VALUE "InternalName", "solvespace"
VALUE "LegalCopyright", "(c) 2008-2016 Jonathan Westhues and other authors"
VALUE "LegalCopyright", "(c) 2008-2021 Jonathan Westhues and other authors"
END
END