From c33040e03778d922be3e33319d79fd6ef3e76ebb Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 29 Jun 2013 16:13:41 +0000 Subject: [PATCH] (svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information --- src/os/windows/ottdres.rc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/os/windows/ottdres.rc.in b/src/os/windows/ottdres.rc.in index c45983f9b2..c8c2d970c9 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