Skip to content

Commit 619d6bd

Browse files
committed
Update the year to 2026 in the About dialog and Windows version resource.
1 parent 1fd9c07 commit 619d6bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/MacOSXBundleInfo.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

res/win32/versioninfo.rc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BEGIN
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

src/solvespace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)