From 58eabb6a5fdafed605fcb0cd8f56dbcea8723d46 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 14 Dec 2004 22:59:00 +0000 Subject: Switched HEAD to 0.8.0-CVS (did I miss any spots? svn-id: r16048 --- Info.plist | 6 +++--- NEWS | 2 ++ README | 4 ++-- base/main.cpp | 4 ++-- scummvm.rc | 8 ++++---- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Info.plist b/Info.plist index ebb9dba4e2..42be1e8cca 100644 --- a/Info.plist +++ b/Info.plist @@ -9,7 +9,7 @@ CFBundleExecutable scummvm CFBundleGetInfoString - 0.7.0CVS, Copyright 2001-2004 The ScummVM team + 0.8.0CVS, Copyright 2001-2004 The ScummVM team CFBundleIconFile scummvm.icns CFBundleIdentifier @@ -21,9 +21,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.0CVS + 0.8.0CVS CFBundleVersion - 0.7.0CVS + 0.8.0CVS NSPrincipalClass NSApplication NSHumanReadableCopyright diff --git a/NEWS b/NEWS index 414feba64b..9c208c5cc6 100644 --- a/NEWS +++ b/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") diff --git a/README b/README index a578b12f6a..ab24094060 100644 --- a/README +++ b/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 diff --git a/base/main.cpp b/base/main.cpp index 4f5d125e62..4b8875ae70 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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 " diff --git a/scummvm.rc b/scummvm.rc index e22990182f..ee2084a3e5 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -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" -- cgit v1.2.3