diff options
| author | Max Horn | 2003-05-05 15:18:43 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-05-05 15:18:43 +0000 | 
| commit | d3e5e479842543f4cf35a010ebc0e40c640d3b34 (patch) | |
| tree | 882cd9595224b07e391f4abd81ca41ff186ef873 | |
| parent | f762c5dbba3b456ee0337100b1870915d32e71cb (diff) | |
| download | scummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.tar.gz scummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.tar.bz2 scummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.zip | |
-> version 0.4.1cvs
svn-id: r7352
| -rw-r--r-- | Info.plist | 6 | ||||
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | common/engine.h | 4 | 
4 files changed, 11 insertions, 8 deletions
| diff --git a/Info.plist b/Info.plist index 8eb88d9091..ef75e500d5 100644 --- a/Info.plist +++ b/Info.plist @@ -9,7 +9,7 @@  	<key>CFBundleExecutable</key>  	<string>scummvm</string>  	<key>CFBundleGetInfoString</key> -	<string>0.3.1cvs, Copyright 2001-2003 The ScummVM team</string> +	<string>0.4.1cvs, Copyright 2001-2003 The ScummVM team</string>  	<key>CFBundleIconFile</key>  	<string>scummvm.icns</string>  	<key>CFBundleInfoDictionaryVersion</key> @@ -19,9 +19,9 @@  	<key>CFBundlePackageType</key>  	<string>APPL</string>  	<key>CFBundleShortVersionString</key> -	<string>0.3.1cvs</string> +	<string>0.4.1cvs</string>  	<key>CFBundleVersion</key> -	<string>0.3.1cvs</string> +	<string>0.4.1cvs</string>  	<key>NSPrincipalClass</key>  	<string>NSApplication</string>  	<key>NSHumanReadableCopyright</key> @@ -1,7 +1,10 @@  For a more comprehensive changelog for the latest experimental CVS code, see:          http://scummvm.sourceforge.net/daily/ChangeLog -0.3.9-cvs (2003-03-24) +0.4.1cvs (2003-05-05) +- ... + +0.4.0pre (2003-05-05)  - Curse of Monkey Island (comi) support (experimental)  - Many important Simon the Sorcerer 1/2 improvements and fixes  - Very pre-alpha Beneath a Steel Sky code. Don't expect it to do anything.  @@ -1,6 +1,6 @@  ScummVM README -Last updated:    2003-03-17 -Release version: 0.3.2cvs +Last updated:    2003-05-05 +Release version: 0.4.1cvs  ------------------------------------------------------------------------  For more information, compatibility lists, details on donating, the latest diff --git a/common/engine.h b/common/engine.h index e84f7477c6..1b0c1d27b1 100644 --- a/common/engine.h +++ b/common/engine.h @@ -24,8 +24,8 @@  #include "scummsys.h"  #include "system.h" -#define SCUMMVM_VERSION "0.3.7cvs" -#define SCUMMVM_CVS "2003-04-20" +#define SCUMMVM_VERSION "0.4.1cvs" +#define SCUMMVM_CVS "2003-05-05"  class SoundMixer;  class GameDetector; | 
