From 7310659a24bfc1146ce89b4af2ef40be652c51f0 Mon Sep 17 00:00:00 2001 From: ruevs Date: Wed, 17 Apr 2024 19:36:21 +0300 Subject: [PATCH] Update the year to 2024 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 67f10d1..2bec8cf 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -19,7 +19,7 @@ CFBundleShortVersionString ${PROJECT_VERSION} NSHumanReadableCopyright - © 2008-2023 Jonathan Westhues and other authors + © 2008-2024 Jonathan Westhues and other authors NSPrincipalClass NSApplication NSMainNibFile diff --git a/res/win32/versioninfo.rc.in b/res/win32/versioninfo.rc.in index db06b49..4f59894 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-2023 Jonathan Westhues and other authors" + VALUE "LegalCopyright", "(c) 2008-2024 Jonathan Westhues and other authors" END END diff --git a/src/solvespace.cpp b/src/solvespace.cpp index c2ea033..6581b71 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -1103,7 +1103,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, 2023); +PACKAGE_VERSION, 2024); break; case Command::GITHUB: