diff options
| author | Max Horn | 2002-12-04 13:31:14 +0000 |
|---|---|---|
| committer | Max Horn | 2002-12-04 13:31:14 +0000 |
| commit | 9d9214bb7b8fc2c51743c67c723ffe17bf00180c (patch) | |
| tree | 89d8ed9c1a9331d05519ccce1894ca3ea8240001 /common | |
| parent | 8f23186ac54e827837bdd94f5cc76a274b64ee7d (diff) | |
| download | scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.tar.gz scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.tar.bz2 scummvm-rg350-9d9214bb7b8fc2c51743c67c723ffe17bf00180c.zip | |
updated version on trunk to 0.3.1cvs
svn-id: r5828
Diffstat (limited to 'common')
| -rw-r--r-- | common/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/engine.h b/common/engine.h index b61b504fe7..6d800226e7 100644 --- a/common/engine.h +++ b/common/engine.h @@ -24,8 +24,8 @@ #include "scummsys.h" #include "system.h" -#define SCUMMVM_VERSION "0.3.0" -#define SCUMMVM_CVS "2002-12-01" +#define SCUMMVM_VERSION "0.3.1cvs" +#define SCUMMVM_CVS "2002-12-04" class SoundMixer; class GameDetector; |
