diff options
-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; |