diff options
author | Max Horn | 2005-10-29 18:45:48 +0000 |
---|---|---|
committer | Max Horn | 2005-10-29 18:45:48 +0000 |
commit | 654c2049d06e9f350e21d68705c43d11e32bc1e2 (patch) | |
tree | a1313a2a8fa42b267a19560a5c4d8b8a56427857 | |
parent | 5168a757ab2243a00ef464ff96e5bc6f40ad31c1 (diff) | |
download | scummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.tar.gz scummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.tar.bz2 scummvm-rg350-654c2049d06e9f350e21d68705c43d11e32bc1e2.zip |
Updated/fixed more version strings in HEAD
svn-id: r19364
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | doc/03_05.tex | 2 | ||||
-rw-r--r-- | scummvm.rc | 8 |
3 files changed, 6 insertions, 6 deletions
@@ -262,7 +262,7 @@ OGG or FLAC. 3.5) Beneath a Steel Sky notes ---- ------------------------- -As of ScummVM 0.8.0CVS you need the additional SKY.CPT file to run Beneath a +As of ScummVM 0.8.0 you need the additional SKY.CPT file to run Beneath a Steel Sky. This file is available on the 'Compatibility' page of the ScummVM diff --git a/doc/03_05.tex b/doc/03_05.tex index 2d8f1d3c8e..8ccfc6eb09 100755 --- a/doc/03_05.tex +++ b/doc/03_05.tex @@ -1,5 +1,5 @@ \subsection{Beneath a Steel Sky notes} -As of ScummVM 0.8.0CVS you need the additional SKY.CPT file to run Beneath a +As of ScummVM 0.8.0 you need the additional SKY.CPT file to run Beneath a Steel Sky. This file is available on the 'Compatibility' page of the ScummVM 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" |