[Scummvm-cvs-logs] SF.net SVN: scummvm: [20700] scummvm/trunk/scummvm.rc
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Feb 15 10:20:05 CET 2006
Revision: 20700
Author: fingolfin
Date: 2006-02-15 10:19:06 -0800 (Wed, 15 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20700&view=rev
Log Message:
-----------
fixed version string in scummvm.rc, too (somehow forgot to check it in previously)
Modified Paths:
--------------
scummvm/trunk/scummvm.rc
Modified: scummvm/trunk/scummvm.rc
===================================================================
--- scummvm/trunk/scummvm.rc 2006-02-15 18:18:07 UTC (rev 20699)
+++ scummvm/trunk/scummvm.rc 2006-02-15 18:19:06 UTC (rev 20700)
@@ -21,13 +21,13 @@
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"
More information about the Scummvm-git-logs
mailing list