aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJonathan Gray2003-02-26 13:21:26 +0000
committerJonathan Gray2003-02-26 13:21:26 +0000
commitfdd86664c1db3433a32623ba6d9b1fafa4ef0cd3 (patch)
tree5af6b9aec786b4a23e5583c7dee06316389a716e /common
parent52cc68fbe14e706e52b669367193279275a229ae (diff)
downloadscummvm-rg350-fdd86664c1db3433a32623ba6d9b1fafa4ef0cd3.tar.gz
scummvm-rg350-fdd86664c1db3433a32623ba6d9b1fafa4ef0cd3.tar.bz2
scummvm-rg350-fdd86664c1db3433a32623ba6d9b1fafa4ef0cd3.zip
bump cvs version number and date as its been over 2 months since this was updated
svn-id: r6639
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 c7f6748ddf..4775fa05c7 100644
--- a/common/engine.h
+++ b/common/engine.h
@@ -24,8 +24,8 @@
#include "scummsys.h"
#include "system.h"
-#define SCUMMVM_VERSION "0.3.1cvs"
-#define SCUMMVM_CVS "2002-12-28"
+#define SCUMMVM_VERSION "0.3.2cvs"
+#define SCUMMVM_CVS "2003-02-26"
class SoundMixer;
class GameDetector;