File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 <key >CFBundleExecutable</key >
88 <string >@EXE_TARGET@</string >
99 <key >CFBundleGetInfoString</key >
10- <string >@VERSION@, Copyright 1998-2024 The Exult Team</string >
10+ <string >@VERSION@, Copyright 1998-2025 The Exult Team</string >
1111 <key >CFBundleIconFile</key >
1212 <string >exult.icns</string >
1313 <key >CFBundleIdentifier</key >
2525 <key >NSPrincipalClass</key >
2626 <string >NSApplication</string >
2727 <key >NSHumanReadableCopyright</key >
28- <string >Copyright 1998-2024 The Exult Team</string >
28+ <string >Copyright 1998-2025 The Exult Team</string >
2929 <key >NSHighResolutionCapable</key >
3030 <true />
3131 <key >LSMinimumSystemVersionByArchitecture</key >
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ void ActionAbout(const int* params) {
150150 // added text does not start with a ~
151151 // so ending a line with a newline causes double newlines
152152 scroll->add_text (" Exult V" VERSION " ~" );
153- scroll->add_text (" (C) 1998-2024 Exult Team~" );
153+ scroll->add_text (" (C) 1998-2025 Exult Team~" );
154154 scroll->add_text (" Available under the terms of the " );
155155 scroll->add_text (" GNU General Public License~" );
156156 scroll->add_text (" https://exult.info~" );
Original file line number Diff line number Diff line change 77 <key >CFBundleExecutable</key >
88 <string >exult_studio</string >
99 <key >CFBundleGetInfoString</key >
10- <string >@VERSION@, Copyright 1998-2024 The Exult Team</string >
10+ <string >@VERSION@, Copyright 1998-2025 The Exult Team</string >
1111 <key >CFBundleIconFile</key >
1212 <string >exult_studio.icns</string >
1313 <key >CFBundleIdentifier</key >
2727 <key >NSPrincipalClass</key >
2828 <string >NSApplication</string >
2929 <key >NSHumanReadableCopyright</key >
30- <string >Copyright 1998-2024 The Exult Team</string >
30+ <string >Copyright 1998-2025 The Exult Team</string >
3131 <key >NSHighResolutionCapable</key >
3232 <true />
3333 <key >LSMinimumSystemVersionByArchitecture</key >
Original file line number Diff line number Diff line change 5858 VALUE "FileDescription", "Exult Ultima VII Engine\0"
5959 VALUE "FileVersion", "1.11.0git\0"
6060 VALUE "InternalName", "Exult\0"
61- VALUE "LegalCopyright", "Copyright © 2024 \0"
61+ VALUE "LegalCopyright", "Copyright © 1998-2025 \0"
6262 VALUE "OriginalFilename", "Exult.exe\0"
6363 VALUE "ProductName", "Exult Ultima VII Engine\0"
6464 VALUE "ProductVersion", "1.11.0git\0"
Original file line number Diff line number Diff line change 5858 VALUE "FileDescription", "Exult Studio\0"
5959 VALUE "FileVersion", "1.11.0git\0"
6060 VALUE "InternalName", "Exult Studio\0"
61- VALUE "LegalCopyright", "Copyright © 2024 \0"
61+ VALUE "LegalCopyright", "Copyright © 1998-2025 \0"
6262 VALUE "OriginalFilename", "exult_studio.exe\0"
6363 VALUE "ProductName", "Exult Studio\0"
6464 VALUE "ProductVersion", "1.11.0git\0"
You can’t perform that action at this time.
0 commit comments