File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundleShortVersionString</key >
20
20
<string >${PROJECT_VERSION}</string >
21
21
<key >NSHumanReadableCopyright</key >
22
- <string >© 2008-2024 Jonathan Westhues and other authors</string >
22
+ <string >© 2008-2025 Jonathan Westhues and other authors</string >
23
23
<key >NSPrincipalClass</key >
24
24
<string >NSApplication</string >
25
25
<key >NSMainNibFile</key >
Original file line number Diff line number Diff line change 18
18
VALUE "FileVersion", "${PROJECT_VERSION}~${solvespace_GIT_HASH}"
19
19
VALUE "OriginalFilename", "solvespace.exe"
20
20
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"
22
22
END
23
23
END
24
24
Original file line number Diff line number Diff line change @@ -1115,7 +1115,7 @@ void SolveSpaceUI::MenuHelp(Command id) {
1115
1115
" law. For details, visit http://gnu.org/licenses/\n "
1116
1116
" \n "
1117
1117
" © 2008-%d Jonathan Westhues and other authors.\n " ),
1118
- PACKAGE_VERSION, 2024 );
1118
+ PACKAGE_VERSION, 2025 );
1119
1119
break ;
1120
1120
1121
1121
case Command::GITHUB:
You can’t perform that action at this time.
0 commit comments