aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2003-05-05 15:18:43 +0000
committerMax Horn2003-05-05 15:18:43 +0000
commitd3e5e479842543f4cf35a010ebc0e40c640d3b34 (patch)
tree882cd9595224b07e391f4abd81ca41ff186ef873 /common
parentf762c5dbba3b456ee0337100b1870915d32e71cb (diff)
downloadscummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.tar.gz
scummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.tar.bz2
scummvm-rg350-d3e5e479842543f4cf35a010ebc0e40c640d3b34.zip
-> version 0.4.1cvs
svn-id: r7352
Diffstat (limited to 'common')
-rw-r--r--common/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/engine.h b/common/engine.h
index e84f7477c6..1b0c1d27b1 100644
--- a/common/engine.h
+++ b/common/engine.h
@@ -24,8 +24,8 @@
#include "scummsys.h"
#include "system.h"
-#define SCUMMVM_VERSION "0.3.7cvs"
-#define SCUMMVM_CVS "2003-04-20"
+#define SCUMMVM_VERSION "0.4.1cvs"
+#define SCUMMVM_CVS "2003-05-05"
class SoundMixer;
class GameDetector;