File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 <key >CFBundleShortVersionString</key >
2020 <string >${PROJECT_VERSION}</string >
2121 <key >NSHumanReadableCopyright</key >
22- <string >© 2008-2024 Jonathan Westhues and other authors</string >
22+ <string >© 2008-2025 Jonathan Westhues and other authors</string >
2323 <key >NSPrincipalClass</key >
2424 <string >NSApplication</string >
2525 <key >NSMainNibFile</key >
Original file line number Diff line number Diff line change 1818 VALUE "FileVersion", "${PROJECT_VERSION}~${solvespace_GIT_HASH}"
1919 VALUE "OriginalFilename", "solvespace.exe"
2020 VALUE "InternalName", "solvespace"
21- VALUE "LegalCopyright", "(c) 2008-2024 Jonathan Westhues and other authors"
21+ VALUE "LegalCopyright", "(c) 2008-2025 Jonathan Westhues and other authors"
2222 END
2323 END
2424
Original file line number Diff line number Diff line change @@ -1115,7 +1115,7 @@ void SolveSpaceUI::MenuHelp(Command id) {
11151115" law. For details, visit http://gnu.org/licenses/\n "
11161116" \n "
11171117" © 2008-%d Jonathan Westhues and other authors.\n " ),
1118- PACKAGE_VERSION, 2024 );
1118+ PACKAGE_VERSION, 2025 );
11191119 break ;
11201120
11211121 case Command::GITHUB:
You can’t perform that action at this time.
0 commit comments