diff options
| author | Max Horn | 2002-08-21 17:35:46 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-21 17:35:46 +0000 |
| commit | ee3ea28e6cbef89ea9416c3a38fef422a77392a3 (patch) | |
| tree | 089a643d599b2bba5bd6378e8057b72e6f7f98fd /scumm | |
| parent | c0324a9e6df3b472b5483803983e8831f3777a44 (diff) | |
| download | scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.tar.gz scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.tar.bz2 scummvm-rg350-ee3ea28e6cbef89ea9416c3a38fef422a77392a3.zip | |
first go at modularizing the build system
svn-id: r4796
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/scumm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index 930d25e5d5..140450432e 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -29,7 +29,7 @@ #include "sound.h" #define SCUMMVM_VERSION "0.2.2 CVS" -#define SCUMMVM_CVS "2002-08-03" +#define SCUMMVM_CVS "2002-08-21" #define SWAP(a,b) do{int tmp=a; a=b; b=tmp; } while(0) #define ARRAYSIZE(x) (sizeof(x)/sizeof(x[0])) |
