summaryrefslogtreecommitdiff
path: root/ttd.rc
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-01-03 00:42:43 +0000
committerdarkvater <darkvater@openttd.org>2005-01-03 00:42:43 +0000
commitae336f146daa2fb3b43112cc6bd4db987347ca28 (patch)
treeec4bec9cc807daed9470ce17f8b41d636344dddc /ttd.rc
parent6a6cbdd9b45318f30497b07040aa7897e3aeded3 (diff)
downloadopenttd-ae336f146daa2fb3b43112cc6bd4db987347ca28.tar.xz
(svn r1327) -Fix: made resource file version independent for windows
-Fix: language file inconsistencies...please update all other language files as well when you rename a string name and do nothing else.
Diffstat (limited to 'ttd.rc')
-rw-r--r--ttd.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/ttd.rc b/ttd.rc
index 3df92fd9d..4cc940cd7 100644
--- a/ttd.rc
+++ b/ttd.rc
@@ -60,8 +60,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,3,4,0
- PRODUCTVERSION 0,3,4,0
+ FILEVERSION 0,0,0,0
+ PRODUCTVERSION 0,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -77,16 +77,16 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
- VALUE "CompanyName", "OpenTTD Developers\0"
+ VALUE "CompanyName", "OpenTTD Development Team\0"
VALUE "FileDescription", "OpenTTD\0"
- VALUE "FileVersion", "0.3.4.0\0"
+ VALUE "FileVersion", "0.0.0.0\0"
VALUE "InternalName", "openttd\0"
- VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2004. All Rights Reserved.\0"
+ VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2005. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "openttd.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenTTD\0"
- VALUE "ProductVersion", "0.3.4.0\0"
+ VALUE "ProductVersion", "0.0.0.0\0"
VALUE "SpecialBuild", "-\0"
END
END