From 2e60a20ea27fd12df3d7b0c7f4345ad96fee4998 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 24 Jul 2009 19:56:46 +0000 Subject: This is 1.1.0svn svn-id: r42699 --- dists/scummvm.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dists/scummvm.rc') diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 2b794fdded..31e4b8bacb 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "../../icons/scummvm.ico" #endif VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,0,0 + FILEVERSION 1,1,0,0 + PRODUCTVERSION 1,1,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -25,13 +25,13 @@ BEGIN BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" VALUE "FileDescription", "http://www.scummvm.org/\0" - VALUE "FileVersion", "1.0.0svn\0" + VALUE "FileVersion", "1.1.0svn\0" VALUE "InternalName", "scummvm\0" VALUE "LegalCopyright", "Copyright © 2001-2009 The ScummVM Team\0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" VALUE "OriginalFilename", "scummvm.exe\0" VALUE "ProductName", "ScummVM\0" - VALUE "ProductVersion", "1.0.0svn\0" + VALUE "ProductVersion", "1.1.0svn\0" END END BLOCK "VarFileInfo" -- cgit v1.2.3