diff options
author | rubidium <rubidium@openttd.org> | 2010-12-25 15:41:12 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-25 15:41:12 +0000 |
commit | 091cc85a18c56ad651d80cdad6a25e0586c70f5c (patch) | |
tree | 9377fb5c6448e293fa9e844a764f38f6b9775549 /src/os | |
parent | 2c4c6b4fe17326c8440de0f206165c0d1f11f985 (diff) | |
download | openttd-091cc85a18c56ad651d80cdad6a25e0586c70f5c.tar.xz |
(svn r21635) -Change: simplify/reduce release preparations/changes
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/windows/ottdres.rc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index 3f945aaee..fa5fbb36a 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -98,14 +98,14 @@ BEGIN VALUE "Comments", "This program is licensed under the GNU General Public License version 2.\0" VALUE "CompanyName", "OpenTTD Development Team\0" VALUE "FileDescription", "OpenTTD\0" - VALUE "FileVersion", "Development !!VERSION!!\0" + VALUE "FileVersion", "!!VERSION!!\0" VALUE "InternalName", "openttd\0" VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-2010. All Rights Reserved.\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "openttd.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "OpenTTD\0" - VALUE "ProductVersion", "Development !!VERSION!!\0" + VALUE "ProductVersion", "!!VERSION!!\0" VALUE "SpecialBuild", "-\0" END END |