aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm.h b/scumm.h
index e9a8798608..75c0250843 100644
--- a/scumm.h
+++ b/scumm.h
@@ -27,8 +27,8 @@
#include "system.h"
#include "sound/mixer.h"
-#define SCUMMVM_VERSION "0.2.0 Release"
-#define SCUMMVM_CVS "051302"
+#define SCUMMVM_VERSION "0.2.2 CVS"
+#define SCUMMVM_CVS "070802"
#define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))