diff options
author | rubidium <rubidium@openttd.org> | 2010-06-28 13:51:33 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-06-28 13:51:33 +0000 |
commit | 5297eb5722a56832647ee4249423e651d9e404da (patch) | |
tree | e672fba8a50823f96ae45d0d5a059c6328b0ff00 /src/os/windows | |
parent | 419af07b6dd5254c292bdd95fc87759027f5830b (diff) | |
download | openttd-5297eb5722a56832647ee4249423e651d9e404da.tar.xz |
(svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number
Diffstat (limited to 'src/os/windows')
-rw-r--r-- | src/os/windows/ottdres.rc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index d74b14111..3f945aaee 100644 --- a/src/os/windows/ottdres.rc.in +++ b/src/os/windows/ottdres.rc.in @@ -79,8 +79,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,!!REVISION!! - PRODUCTVERSION 1,0,0,!!REVISION!! + FILEVERSION 1,1,0,!!REVISION!! + PRODUCTVERSION 1,1,0,!!REVISION!! FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L |