summaryrefslogtreecommitdiff
path: root/openttd.rc
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-09-11 17:55:32 +0000
committerDarkvater <Darkvater@openttd.org>2005-09-11 17:55:32 +0000
commitc5db106a113c10f6c0fc270c06c5a00c95ca102a (patch)
tree0d945c9267d19e42cb2402f3f484a4b015d4e364 /openttd.rc
parent5d2c743ef48c0369d488b80b6f00ea988300a332 (diff)
downloadopenttd-c5db106a113c10f6c0fc270c06c5a00c95ca102a.tar.xz
(svn r2943) Fix compilation of openttd in release mode. Don't use any precompiled headers, so no more troubles in the future.
Remove release build of strgen, since it is never used. Add current ottd version to resource file. Don't forget to update when we make a release :)
Diffstat (limited to 'openttd.rc')
-rw-r--r--openttd.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/openttd.rc b/openttd.rc
index 82c152dac..433b6b40f 100644
--- a/openttd.rc
+++ b/openttd.rc
@@ -61,8 +61,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,0,0
- PRODUCTVERSION 0,0,0,0
+ FILEVERSION 0,4,0,1
+ PRODUCTVERSION 0,4,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -80,7 +80,7 @@ BEGIN
VALUE "Comments", "This program is licensed under the GNU General Public License.\0"
VALUE "CompanyName", "OpenTTD Development Team\0"
VALUE "FileDescription", "OpenTTD\0"
- VALUE "FileVersion", "0.0.0.0\0"
+ VALUE "FileVersion", "0.4.0.1\0"
VALUE "InternalName", "openttd\0"
VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2005. All Rights Reserved.\0"
VALUE "LegalTrademarks", "\0"