aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-07-07 17:40:42 +0000
committerJames Brown2002-07-07 17:40:42 +0000
commit26e5d11e86f046555b885f90f94b5ceab3c9965e (patch)
tree90e4158866396a9e6529efe111387c1c032c74db /scumm.h
parent9f9d8bc9131107c48a31287507698fe44f71252c (diff)
downloadscummvm-rg350-26e5d11e86f046555b885f90f94b5ceab3c9965e.tar.gz
scummvm-rg350-26e5d11e86f046555b885f90f94b5ceab3c9965e.tar.bz2
scummvm-rg350-26e5d11e86f046555b885f90f94b5ceab3c9965e.zip
Note to self, and everyone else.. remember to keep this updated.
Anyone know a way to update the CVS date automatically? svn-id: r4472
Diffstat (limited to 'scumm.h')
-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]))