Skip to content

Commit ed7fe84

Browse files
committed
Fix the copyright year
1 parent 4e5b6a6 commit ed7fe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN
2222
BEGIN
2323
VALUE "ProductName", "Phobos\0"
2424
VALUE "CompanyName", "The Phobos Contributors\0"
25-
VALUE "LegalCopyright", "� The Phobos Contributors 2024\0"
25+
VALUE "LegalCopyright", "� The Phobos Contributors 2020-2026\0"
2626
VALUE "FileDescription", FILE_DESCRIPTION "\0"
2727
VALUE "FileVersion", FILE_VERSION_STR "\0"
2828
VALUE "ProductVersion", PRODUCT_VERSION "\0"

0 commit comments

Comments
 (0)