mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Switched HEAD to 0.8.0-CVS (did I miss any spots?
svn-id: r16048
This commit is contained in:
parent
ede24fabe2
commit
58eabb6a5f
@ -9,7 +9,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>scummvm</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>0.7.0CVS, Copyright 2001-2004 The ScummVM team</string>
|
||||
<string>0.8.0CVS, Copyright 2001-2004 The ScummVM team</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>scummvm.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@ -21,9 +21,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.0CVS</string>
|
||||
<string>0.8.0CVS</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.0CVS</string>
|
||||
<string>0.8.0CVS</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
2
NEWS
2
NEWS
@ -2,6 +2,8 @@ For a more comprehensive changelog for the latest experimental CVS code, see:
|
||||
http://scummvm.sourceforge.net/daily/ChangeLog
|
||||
|
||||
0.??
|
||||
|
||||
0.7.0 (2004-12-??)
|
||||
New Games:
|
||||
- Added SAGA engine (for the games and "I Have No Mouth and I Must Scream"
|
||||
and "Inherit the Earth")
|
||||
|
4
README
4
README
@ -1,6 +1,6 @@
|
||||
ScummVM README
|
||||
Last updated: $Date$
|
||||
Release version: 0.7.0-CVS
|
||||
Release version: 0.8.0-CVS
|
||||
------------------------------------------------------------------------
|
||||
|
||||
For more information, compatibility lists, details on donating, the latest
|
||||
@ -231,7 +231,7 @@ This tool also allows you to compress the speech and sound effects with MP3,
|
||||
OGG or FLAC.
|
||||
|
||||
|
||||
3.5) Known Problems in ScummVM 0.7.0CVS
|
||||
3.5) Known Problems in ScummVM 0.8.0CVS
|
||||
---- -----------------------------------
|
||||
This release has the following known problems. There is no need to report them,
|
||||
although patches to fix them are welcome. If you discover a bug that is not
|
||||
|
@ -92,9 +92,9 @@
|
||||
* to setup, but I have no idea if/how one can also change files which are not
|
||||
* currently being commit'ed.
|
||||
*/
|
||||
const char *gScummVMVersion = "0.7.0CVS";
|
||||
const char *gScummVMVersion = "0.8.0CVS";
|
||||
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
|
||||
const char *gScummVMFullVersion = "ScummVM 0.7.0CVS (" __DATE__ " " __TIME__ ")";
|
||||
const char *gScummVMFullVersion = "ScummVM 0.8.0CVS (" __DATE__ " " __TIME__ ")";
|
||||
const char *gScummVMFeatures = ""
|
||||
#ifdef USE_VORBIS
|
||||
"Vorbis "
|
||||
|
@ -3,8 +3,8 @@
|
||||
IDI_ICON ICON DISCARDABLE "scummvm.ico"
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,7,0,0
|
||||
PRODUCTVERSION 0,7,0,0
|
||||
FILEVERSION 0,8,0,0
|
||||
PRODUCTVERSION 0,8,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.7.0CVS\0"
|
||||
VALUE "FileVersion", "0.8.0CVS\0"
|
||||
VALUE "InternalName", "scummvm\0"
|
||||
VALUE "LegalCopyright", "Copyright © 2001-2004 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.7.0CVS\0"
|
||||
VALUE "ProductVersion", "0.8.0CVS\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user