Update the year to 2024 in the About dialog and Windows version resource.

This commit is contained in:
ruevs 2024-04-17 19:36:21 +03:00
parent 7d379e7f3b
commit 7310659a24
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>${PROJECT_VERSION}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2008-2023 Jonathan Westhues and other authors</string>
<string>© 2008-2024 Jonathan Westhues and other authors</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainNibFile</key>

View File

@ -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

View File

@ -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: