-> version 0.4.1cvs
svn-id: r7352
This commit is contained in:
parent
f762c5dbba
commit
d3e5e47984
4 changed files with 11 additions and 8 deletions
|
@ -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>
|
||||
|
|
5
NEWS
5
NEWS
|
@ -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.
|
||||
|
|
4
README
4
README
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue