From 69ded9721f8ee5299956e63f90f3df6ec27a3df5 Mon Sep 17 00:00:00 2001 From: ruevs Date: Fri, 17 Mar 2023 10:12:12 +0200 Subject: [PATCH] Update the year to 2023 in the About dialog and Windows version resource. --- cmake/MacOSXBundleInfo.plist.in | 2 +- res/win32/versioninfo.rc.in | 2 +- src/solvespace.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index b39a9e21..67f10d15 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -19,7 +19,7 @@ CFBundleShortVersionString ${PROJECT_VERSION} NSHumanReadableCopyright - © 2008-2022 Jonathan Westhues and other authors + © 2008-2023 Jonathan Westhues and other authors NSPrincipalClass NSApplication NSMainNibFile diff --git a/res/win32/versioninfo.rc.in b/res/win32/versioninfo.rc.in index 1aba0522..db06b49f 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-2022 Jonathan Westhues and other authors" + VALUE "LegalCopyright", "(c) 2008-2023 Jonathan Westhues and other authors" END END diff --git a/src/solvespace.cpp b/src/solvespace.cpp index d4d83024..c6ab34ab 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -1099,7 +1099,7 @@ void SolveSpaceUI::MenuHelp(Command id) { "law. For details, visit http://gnu.org/licenses/\n" "\n" "© 2008-%d Jonathan Westhues and other authors.\n"), -PACKAGE_VERSION, 2022); +PACKAGE_VERSION, 2023); break; case Command::GITHUB: