File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-2025 Jonathan Westhues and other authors</string >
22+ <string >© 2008-2026 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-2025 Jonathan Westhues and other authors"
21+ VALUE "LegalCopyright", "(c) 2008-2026 Jonathan Westhues and other authors"
2222 END
2323 END
2424
Original file line number Diff line number Diff line change @@ -1117,7 +1117,7 @@ void SolveSpaceUI::MenuHelp(Command id) {
11171117" law. For details, visit http://gnu.org/licenses/\n "
11181118" \n "
11191119" © 2008-%d Jonathan Westhues and other authors.\n " ),
1120- PACKAGE_VERSION, 2025 );
1120+ PACKAGE_VERSION, 2026 );
11211121 break ;
11221122
11231123 case Command::GITHUB:
You can’t perform that action at this time.
0 commit comments