diff --git a/Info.plist b/Info.plist
index f9202af6b2d..263550c0ebc 100644
--- a/Info.plist
+++ b/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
scummvm
CFBundleGetInfoString
- 0.3.0, Copyright 2001-2002 The ScummVM team
+ 0.3.1cvs, Copyright 2001-2002 The ScummVM team
CFBundleIconFile
scummvm.icns
CFBundleInfoDictionaryVersion
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.3.0
+ 0.3.1cvs
CFBundleVersion
- 0.3.0
+ 0.3.1cvs
NSPrincipalClass
NSApplication
NSHumanReadableCopyright
diff --git a/README b/README
index ed54ea30c84..5d7a5ab227f 100644
--- a/README
+++ b/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
diff --git a/backends/wince/screen.cpp b/backends/wince/screen.cpp
index a983ac79898..468e23e49ae 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 b61b504fe7f..6d800226e79 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;