mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
updated version on trunk to 0.3.1cvs
svn-id: r5828
This commit is contained in:
parent
8f23186ac5
commit
9d9214bb7b
@ -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
4
README
@ -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
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user