aboutsummaryrefslogtreecommitdiff
path: root/scummvm.rc
diff options
context:
space:
mode:
authorMax Horn2005-10-29 18:45:48 +0000
committerMax Horn2005-10-29 18:45:48 +0000
commit654c2049d06e9f350e21d68705c43d11e32bc1e2 (patch)
treea1313a2a8fa42b267a19560a5c4d8b8a56427857 /scummvm.rc
parent5168a757ab2243a00ef464ff96e5bc6f40ad31c1 (diff)
downloadscummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.tar.gz
scummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.tar.bz2
scummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.zip
Updated/fixed more version strings in HEAD
svn-id: r19364
Diffstat (limited to 'scummvm.rc')
-rw-r--r--scummvm.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/scummvm.rc b/scummvm.rc
index 7df52c752c..164febbbfb 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -3,8 +3,8 @@
IDI_ICON ICON DISCARDABLE "scummvm.ico"
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,8,0,0
- PRODUCTVERSION 0,8,0,0
+ FILEVERSION 0,9,0,0
+ PRODUCTVERSION 0,9,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -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.8.0CVS\0"
+ VALUE "FileVersion", "0.9.0CVS\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2005 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.8.0CVS\0"
+ VALUE "ProductVersion", "0.9.0CVS\0"
END
END
BLOCK "VarFileInfo"