aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rwxr-xr-xdoc/03_05.tex2
-rw-r--r--scummvm.rc8
3 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 83a1d2fd09..d67d30bf45 100644
--- a/README
+++ b/README
@@ -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"