From f4c0bfc3a4efd0e913b0c92f15604e06386a1489 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 16 Jun 2007 11:13:30 +0000 Subject: [PATCH] (svn r10169) -Fix [FS#875]: trunk did still tell Windows that it was version 0.5.0(.0), so now we use a "bogus" version number to tell it's not a real release. The version number that will be shown in-game will not change, only the version number in the file properties. --- src/ottdres.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ottdres.rc b/src/ottdres.rc index f39f63f67a..efb6864f1e 100644 --- a/src/ottdres.rc +++ b/src/ottdres.rc @@ -65,8 +65,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,5,0,0 - PRODUCTVERSION 0,5,0,0 + FILEVERSION 0,5,99,0 + PRODUCTVERSION 0,5,99,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -91,7 +91,7 @@ BEGIN VALUE "OriginalFilename", "openttd.exe\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "OpenTTD\0" - VALUE "ProductVersion", "0.0.0.0\0" + VALUE "ProductVersion", "Development Version\0" VALUE "SpecialBuild", "-\0" END END