summaryrefslogtreecommitdiff
path: root/src/os/windows
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-12-31 23:08:55 +0000
committerrubidium <rubidium@openttd.org>2013-12-31 23:08:55 +0000
commite3542b197776df05b4265f56027ed4bb0ba8b9df (patch)
tree6c405e2e70ae33c5833660def9ea1798a4978450 /src/os/windows
parent8ee152b7473736e6450db834683f519abe496c55 (diff)
downloadopenttd-e3542b197776df05b4265f56027ed4bb0ba8b9df.tar.xz
(svn r26192) -Fix (r24878): off-by-one error ;)
Diffstat (limited to 'src/os/windows')
-rw-r--r--src/os/windows/ottdres.rc.in2
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"