From f8c14b19e461e3db3c6e413ac4be61a9e41258fa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 15 Feb 2006 18:19:06 +0000 Subject: fixed version string in scummvm.rc, too (somehow forgot to check it in previously) svn-id: r20700 --- scummvm.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scummvm.rc b/scummvm.rc index 084c19ee5a..3a498cd97b 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -21,13 +21,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", "0.9.0cvs\0" + VALUE "FileVersion", "0.9.0svn\0" VALUE "InternalName", "scummvm\0" VALUE "LegalCopyright", "Copyright © 2001-2006 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", "0.9.0cvs\0" + VALUE "ProductVersion", "0.9.0svn\0" END END BLOCK "VarFileInfo" -- cgit v1.2.3