updated version on trunk to 0.3.1cvs

svn-id: r5828
This commit is contained in:
Max Horn 2002-12-04 13:31:14 +00:00
parent 8f23186ac5
commit 9d9214bb7b
4 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>scummvm</string>
<key>CFBundleGetInfoString</key>
<string>0.3.0, Copyright 2001-2002 The ScummVM team</string>
<string>0.3.1cvs, Copyright 2001-2002 The ScummVM team</string>
<key>CFBundleIconFile</key>
<string>scummvm.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1cvs</string>
<key>CFBundleVersion</key>
<string>0.3.0</string>
<string>0.3.1cvs</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHumanReadableCopyright</key>

4
README
View File

@ -1,6 +1,6 @@
ScummVM README
Last updated: 2002-12-01
Release version: 0.3.0
Last updated: 2002-12-04
Release version: 0.3.1cvs
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest

View File

@ -21,7 +21,7 @@
#ifdef _WIN32_WCE
#define POCKETSCUMM_VERSION "official build 0.3.0"
#define POCKETSCUMM_VERSION "CVS build 0.3.1cvs"
/* Original GFX code by Vasyl Tsvirkunov */

View File

@ -24,8 +24,8 @@
#include "scummsys.h"
#include "system.h"
#define SCUMMVM_VERSION "0.3.0"
#define SCUMMVM_CVS "2002-12-01"
#define SCUMMVM_VERSION "0.3.1cvs"
#define SCUMMVM_CVS "2002-12-04"
class SoundMixer;
class GameDetector;