diff options
| author | Max Horn | 2002-12-04 13:31:14 +0000 |
|---|---|---|
| committer | Max Horn | 2002-12-04 13:31:14 +0000 |
| commit | 9d9214bb7b8fc2c51743c67c723ffe17bf00180c (patch) | |
| tree | 89d8ed9c1a9331d05519ccce1894ca3ea8240001 | |
| parent | 8f23186ac54e827837bdd94f5cc76a274b64ee7d (diff) | |
| download | scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.tar.gz scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.tar.bz2 scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.zip | |
updated version on trunk to 0.3.1cvs
svn-id: r5828
| -rw-r--r-- | Info.plist | 6 | ||||
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | backends/wince/screen.cpp | 2 | ||||
| -rw-r--r-- | common/engine.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Info.plist b/Info.plist index f9202af6b2..263550c0eb 100644 --- a/Info.plist +++ b/Info.plist @@ -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> @@ -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 diff --git a/backends/wince/screen.cpp b/backends/wince/screen.cpp index a983ac7989..468e23e49a 100644 --- a/backends/wince/screen.cpp +++ b/backends/wince/screen.cpp @@ -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 */ diff --git a/common/engine.h b/common/engine.h index b61b504fe7..6d800226e7 100644 --- a/common/engine.h +++ b/common/engine.h @@ -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; |
