From cc4307a2a90fe9b78692079c39e3abe12cb37d15 Mon Sep 17 00:00:00 2001 From: ruevs Date: Tue, 4 Jan 2022 12:14:50 +0200 Subject: [PATCH] Win32: Update the year in the Windows version resource --- 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 ba50233d..1aba0522 100644 --- a/res/win32/versioninfo.rc.in +++ b/res/win32/versioninfo.rc.in @@ -18,7 +18,7 @@ BEGIN VALUE "FileVersion", "${PROJECT_VERSION}~${solvespace_GIT_HASH}" VALUE "OriginalFilename", "solvespace.exe" VALUE "InternalName", "solvespace" - VALUE "LegalCopyright", "(c) 2008-2021 Jonathan Westhues and other authors" + VALUE "LegalCopyright", "(c) 2008-2022 Jonathan Westhues and other authors" END END