diff options
author | rubidium <rubidium@openttd.org> | 2013-06-29 16:13:41 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-06-29 16:13:41 +0000 |
commit | c33040e03778d922be3e33319d79fd6ef3e76ebb (patch) | |
tree | 2e6417528e57c6459bd848e3e659d61523806482 /src/os/windows | |
parent | be4451d40f7534c6c5924afc3758705f707e3a01 (diff) | |
download | openttd-c33040e03778d922be3e33319d79fd6ef3e76ebb.tar.xz |
(svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information
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 c45983f9b..c8c2d970c 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,3,0,!!REVISION!! - PRODUCTVERSION 1,3,0,!!REVISION!! + FILEVERSION 1,4,0,!!REVISION!! + PRODUCTVERSION 1,4,0,!!REVISION!! FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L |