Skip to content

Commit 3044aef

Browse files
committed
Update the year to 2025 in the About dialog and Windows version resource.
1 parent 94d922c commit 3044aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmake/MacOSXBundleInfo.plist.in

+1-1
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-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>

res/win32/versioninfo.rc.in

+1-1
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-2024 Jonathan Westhues and other authors"
21+
VALUE "LegalCopyright", "(c) 2008-2025 Jonathan Westhues and other authors"
2222
END
2323
END
2424

src/solvespace.cpp

+1-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)