diff options
author | James Brown | 2002-05-13 15:28:59 +0000 |
---|---|---|
committer | James Brown | 2002-05-13 15:28:59 +0000 |
commit | f33ced1a6f14d3928b4010af6622235eaaec703c (patch) | |
tree | 13f0ba1693d664ac49a2bfe76f690423b4299c8c | |
parent | 72d34a5e453b4183f28facab571ec908b5b6e33a (diff) | |
download | scummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.tar.gz scummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.tar.bz2 scummvm-rg350-f33ced1a6f14d3928b4010af6622235eaaec703c.zip |
update version number for 0.2.0 release
svn-id: r4305
-rw-r--r-- | scumm.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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])) |