From 5297eb5722a56832647ee4249423e651d9e404da Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 28 Jun 2010 13:51:33 +0000 Subject: (svn r20028) -Fix: trunk Windows binaries still had a 1.0.0.xxxxx version number --- src/os/windows/ottdres.rc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os') 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 -- cgit v1.2.3-54-g00ecf