(svn r251) -Project ready for 0.3.4 release. Updated installer, readme and fileinformation

-Fix: warning on release build of strgen
This commit is contained in:
darkvater
2004-09-14 18:19:29 +00:00
parent 5e9763d7e3
commit 57e202b256
4 changed files with 40 additions and 26 deletions

8
ttd.rc
View File

@@ -60,8 +60,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,3,0
PRODUCTVERSION 0,3,3,0
FILEVERSION 0,3,4,0
PRODUCTVERSION 0,3,4,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -79,14 +79,14 @@ BEGIN
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
VALUE "CompanyName", "OpenTTD Developers\0"
VALUE "FileDescription", "OpenTTD\0"
VALUE "FileVersion", "0.3.3.0\0"
VALUE "FileVersion", "0.3.4.0\0"
VALUE "InternalName", "openttd\0"
VALUE "LegalCopyright", "Copyright <20> OpenTTD Developers 2002-2004. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "openttd.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "OpenTTD\0"
VALUE "ProductVersion", "0.3.3.0\0"
VALUE "ProductVersion", "0.3.4.0\0"
VALUE "SpecialBuild", "-\0"
END
END