diff options
author | rubidium <rubidium@openttd.org> | 2013-12-31 23:08:55 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-12-31 23:08:55 +0000 |
commit | e3542b197776df05b4265f56027ed4bb0ba8b9df (patch) | |
tree | 6c405e2e70ae33c5833660def9ea1798a4978450 /src/os | |
parent | 8ee152b7473736e6450db834683f519abe496c55 (diff) | |
download | openttd-e3542b197776df05b4265f56027ed4bb0ba8b9df.tar.xz |
(svn r26192) -Fix (r24878): off-by-one error ;)
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/windows/ottdres.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index c8c2d970c..a03ef81c0 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -100,7 +100,7 @@ BEGIN VALUE "FileDescription", "OpenTTD\0" VALUE "FileVersion", "!!VERSION!!\0" VALUE "InternalName", "openttd\0" - VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2013. All Rights Reserved.\0" + VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2014. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "openttd.exe\0" VALUE "PrivateBuild", "\0" |