-> 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>
|
<key>CFBundleExecutable</key>
|
||||||
<string>scummvm</string>
|
<string>scummvm</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<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>
|
<key>CFBundleIconFile</key>
|
||||||
<string>scummvm.icns</string>
|
<string>scummvm.icns</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.3.1cvs</string>
|
<string>0.4.1cvs</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.3.1cvs</string>
|
<string>0.4.1cvs</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>NSApplication</string>
|
<string>NSApplication</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|
5
NEWS
5
NEWS
|
@ -1,7 +1,10 @@
|
||||||
For a more comprehensive changelog for the latest experimental CVS code, see:
|
For a more comprehensive changelog for the latest experimental CVS code, see:
|
||||||
http://scummvm.sourceforge.net/daily/ChangeLog
|
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)
|
- Curse of Monkey Island (comi) support (experimental)
|
||||||
- Many important Simon the Sorcerer 1/2 improvements and fixes
|
- 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.
|
- 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
|
ScummVM README
|
||||||
Last updated: 2003-03-17
|
Last updated: 2003-05-05
|
||||||
Release version: 0.3.2cvs
|
Release version: 0.4.1cvs
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
For more information, compatibility lists, details on donating, the latest
|
For more information, compatibility lists, details on donating, the latest
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
#include "scummsys.h"
|
#include "scummsys.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
#define SCUMMVM_VERSION "0.3.7cvs"
|
#define SCUMMVM_VERSION "0.4.1cvs"
|
||||||
#define SCUMMVM_CVS "2003-04-20"
|
#define SCUMMVM_CVS "2003-05-05"
|
||||||
|
|
||||||
class SoundMixer;
|
class SoundMixer;
|
||||||
class GameDetector;
|
class GameDetector;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue