aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorJames Brown2002-05-13 15:28:59 +0000
committerJames Brown2002-05-13 15:28:59 +0000
commitf33ced1a6f14d3928b4010af6622235eaaec703c (patch)
tree13f0ba1693d664ac49a2bfe76f690423b4299c8c /scumm.h
parent72d34a5e453b4183f28facab571ec908b5b6e33a (diff)
downloadscummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.tar.gz
scummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.tar.bz2
scummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.zip
update version number for 0.2.0 release
svn-id: r4305
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 4d9e8e2e06..aacdcac992 100644
--- a/scumm.h
+++ b/scumm.h
@@ -24,8 +24,8 @@
#include "sound/mixer.h"
#include "config-file.h"
-#define SCUMMVM_VERSION "0.2.0 devel"
-#define SCUMMVM_CVS "042002"
+#define SCUMMVM_VERSION "0.2.0 Release"
+#define SCUMMVM_CVS "051302"
#define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0)
#define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0]))