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 7
7
<key >CFBundleExecutable</key >
8
8
<string >@EXE_TARGET@</string >
9
9
<key >CFBundleGetInfoString</key >
10
- <string >@VERSION@, Copyright 1998-2024 The Exult Team</string >
10
+ <string >@VERSION@, Copyright 1998-2025 The Exult Team</string >
11
11
<key >CFBundleIconFile</key >
12
12
<string >exult.icns</string >
13
13
<key >CFBundleIdentifier</key >
25
25
<key >NSPrincipalClass</key >
26
26
<string >NSApplication</string >
27
27
<key >NSHumanReadableCopyright</key >
28
- <string >Copyright 1998-2024 The Exult Team</string >
28
+ <string >Copyright 1998-2025 The Exult Team</string >
29
29
<key >NSHighResolutionCapable</key >
30
30
<true />
31
31
<key >LSMinimumSystemVersionByArchitecture</key >
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ void ActionAbout(const int* params) {
150
150
// added text does not start with a ~
151
151
// so ending a line with a newline causes double newlines
152
152
scroll->add_text (" Exult V" VERSION " ~" );
153
- scroll->add_text (" (C) 1998-2024 Exult Team~" );
153
+ scroll->add_text (" (C) 1998-2025 Exult Team~" );
154
154
scroll->add_text (" Available under the terms of the " );
155
155
scroll->add_text (" GNU General Public License~" );
156
156
scroll->add_text (" https://exult.info~" );
Original file line number Diff line number Diff line change 7
7
<key >CFBundleExecutable</key >
8
8
<string >exult_studio</string >
9
9
<key >CFBundleGetInfoString</key >
10
- <string >@VERSION@, Copyright 1998-2024 The Exult Team</string >
10
+ <string >@VERSION@, Copyright 1998-2025 The Exult Team</string >
11
11
<key >CFBundleIconFile</key >
12
12
<string >exult_studio.icns</string >
13
13
<key >CFBundleIdentifier</key >
27
27
<key >NSPrincipalClass</key >
28
28
<string >NSApplication</string >
29
29
<key >NSHumanReadableCopyright</key >
30
- <string >Copyright 1998-2024 The Exult Team</string >
30
+ <string >Copyright 1998-2025 The Exult Team</string >
31
31
<key >NSHighResolutionCapable</key >
32
32
<true />
33
33
<key >LSMinimumSystemVersionByArchitecture</key >
Original file line number Diff line number Diff line change 58
58
VALUE "FileDescription", "Exult Ultima VII Engine\0"
59
59
VALUE "FileVersion", "1.11.0git\0"
60
60
VALUE "InternalName", "Exult\0"
61
- VALUE "LegalCopyright", "Copyright © 2024 \0"
61
+ VALUE "LegalCopyright", "Copyright © 1998-2025 \0"
62
62
VALUE "OriginalFilename", "Exult.exe\0"
63
63
VALUE "ProductName", "Exult Ultima VII Engine\0"
64
64
VALUE "ProductVersion", "1.11.0git\0"
Original file line number Diff line number Diff line change 58
58
VALUE "FileDescription", "Exult Studio\0"
59
59
VALUE "FileVersion", "1.11.0git\0"
60
60
VALUE "InternalName", "Exult Studio\0"
61
- VALUE "LegalCopyright", "Copyright © 2024 \0"
61
+ VALUE "LegalCopyright", "Copyright © 1998-2025 \0"
62
62
VALUE "OriginalFilename", "exult_studio.exe\0"
63
63
VALUE "ProductName", "Exult Studio\0"
64
64
VALUE "ProductVersion", "1.11.0git\0"
You can’t perform that action at this time.
0 commit comments