From 3abfd91e9d0d8276eb5ab5653aa436dbfba889d7 Mon Sep 17 00:00:00 2001 From: ruevs Date: Sat, 9 Jan 2021 23:18:32 +0200 Subject: [PATCH] Win32: Update the year in the Windows version resource Visible in right-click on solvespace.exe | Properties | Details | Copyright --- res/win32/versioninfo.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/win32/versioninfo.rc.in b/res/win32/versioninfo.rc.in index 0772a39..e6e9005 100644 --- a/res/win32/versioninfo.rc.in +++ b/res/win32/versioninfo.rc.in @@ -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