Skip to content

Commit

Permalink
Update the year to 2025 in the About dialog and Windows version resou…
Browse files Browse the repository at this point in the history
…rce.
  • Loading branch information
ruevs committed Jan 13, 2025
1 parent 94d922c commit 3044aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>${PROJECT_VERSION}</string>
<key>NSHumanReadableCopyright</key>
<string>© 2008-2024 Jonathan Westhues and other authors</string>
<string>© 2008-2025 Jonathan Westhues and other authors</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSMainNibFile</key>
Expand Down
2 changes: 1 addition & 1 deletion res/win32/versioninfo.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEGIN
VALUE "FileVersion", "${PROJECT_VERSION}~${solvespace_GIT_HASH}"
VALUE "OriginalFilename", "solvespace.exe"
VALUE "InternalName", "solvespace"
VALUE "LegalCopyright", "(c) 2008-2024 Jonathan Westhues and other authors"
VALUE "LegalCopyright", "(c) 2008-2025 Jonathan Westhues and other authors"
END
END

Expand Down
2 changes: 1 addition & 1 deletion src/solvespace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,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, 2024);
PACKAGE_VERSION, 2025);
break;

case Command::GITHUB:
Expand Down

0 comments on commit 3044aef

Please sign in to comment.