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
commit802edd7f0d322cb6a684144610a5cb378c90f0e8 (patch)
tree0d945c9267d19e42cb2402f3f484a4b015d4e364 /openttd.rc
parentaa08027ab3f739aa476536f122a7107109896ecd (diff)
downloadopenttd-802edd7f0d322cb6a684144610a5cb378c90f0e8.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"