From ae336f146daa2fb3b43112cc6bd4db987347ca28 Mon Sep 17 00:00:00 2001 From: darkvater Date: Mon, 3 Jan 2005 00:42:43 +0000 Subject: (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. --- ttd.rc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ttd.rc') 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 -- cgit v1.2.3-54-g00ecf