aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Info.plist6
-rw-r--r--NEWS4
-rw-r--r--README6
-rw-r--r--base/main.cpp4
-rw-r--r--scummvm.rc8
5 files changed, 15 insertions, 13 deletions
diff --git a/Info.plist b/Info.plist
index 19db9b202f..1c518ac8ef 100644
--- a/Info.plist
+++ b/Info.plist
@@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
- <string>0.5.4cvs, Copyright 2001-2003 The ScummVM team</string>
+ <string>0.5.5cvs, Copyright 2001-2003 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.5.4cvs</string>
+ <string>0.5.5cvs</string>
<key>CFBundleVersion</key>
- <string>0.5.4cvs</string>
+ <string>0.5.5cvs</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>
diff --git a/NEWS b/NEWS
index 81b05dc511..461d0bd4cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
For a more comprehensive changelog for the latest experimental CVS code, see:
http://scummvm.sourceforge.net/daily/ChangeLog
-0.5.4(CVS) (2003-??-??)
+0.5.5(CVS) (2003-??-??)
General:
- Added Broken Sword 2 engine
- Added HQ2x and HQ3x scalers
@@ -9,6 +9,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see:
- Adlib GM emulation table revamped, providing more accurate software MIDI
- Default Makefile now uses configure script, old one is Makefile.noconf
- Rewrote sound mixer from scratch
+ - Greatly improved the launcher and options dialogs (work-in-progress)
- Many other "under the hood" improvements, like a new config managment
and plugin capabilities
SCUMM:
@@ -17,6 +18,7 @@ For a more comprehensive changelog for the latest experimental CVS code, see:
- Added Adlib support for indy3ega and loom (ega)
- Added sound effects support for indy3/monkeyega/monkeyvga/pass
- Added FM Towns targets for Loom and Indy3
+ - Rewrote in-game menu (F5) to be easier to use
- Improved FM Towns SFX support (YM2612 emulation, looping)
- Classic V1 versions of Maniac Mansion and Zak McKracken are now supported and completable
- Several iMUSE bugs fixed
diff --git a/README b/README
index 1765468b70..4f72cbc81d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
ScummVM README
-Last updated: 2003-10-05
-Release version: 0.5.4-cvs
+Last updated: 2003-11-05
+Release version: 0.5.5-cvs
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest
@@ -194,7 +194,7 @@ If you have the dual version of Simon the Sorcerer 1 or 2 on CD,
then you will find the Windows version in the main directory of CD
and the DOS Talkie version in the DOS directory of the CD.
-3.3) Known Problems in ScummVM 0.5.4-cvs
+3.3) Known Problems in ScummVM 0.5.5-cvs
---- -----------------------------------
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 9f02ba4350..b8c0b721a7 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -78,9 +78,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.5.4cvs";
+const char *gScummVMVersion = "0.5.5cvs";
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.5.4cvs (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.5.5cvs (" __DATE__ " " __TIME__ ")";
#if defined(WIN32) && defined(NO_CONSOLE)
diff --git a/scummvm.rc b/scummvm.rc
index b273697289..a9f37b1d4b 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -44,8 +44,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,5,4,0
- PRODUCTVERSION 0,5,4,0
+ FILEVERSION 0,5,5,0
+ PRODUCTVERSION 0,5,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -63,14 +63,14 @@ BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "ScummVM Team\0"
VALUE "FileDescription", "http://www.scummvm.org/\0"
- VALUE "FileVersion", "0.5.4cvs\0"
+ VALUE "FileVersion", "0.5.5cvs\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2003 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 is TM of Revolution.\0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ScummVM\0"
- VALUE "ProductVersion", "0.5.4cvs\0"
+ VALUE "ProductVersion", "0.5.5cvs\0"
VALUE "SpecialBuild", "\0"
END
END