diff options
author | Max Horn | 2004-12-14 22:59:00 +0000 |
---|---|---|
committer | Max Horn | 2004-12-14 22:59:00 +0000 |
commit | 58eabb6a5fdafed605fcb0cd8f56dbcea8723d46 (patch) | |
tree | 840238bf120eca7a5bbbd7bf941042c3d4539798 | |
parent | ede24fabe2ea65e8d08800e246cea8eb7f12dfca (diff) | |
download | scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.tar.gz scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.tar.bz2 scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.zip |
Switched HEAD to 0.8.0-CVS (did I miss any spots?
svn-id: r16048
-rw-r--r-- | Info.plist | 6 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | base/main.cpp | 4 | ||||
-rw-r--r-- | 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 @@ <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,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") @@ -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" |