diff options
author | James Brown | 2002-12-27 20:04:41 +0000 |
---|---|---|
committer | James Brown | 2002-12-27 20:04:41 +0000 |
commit | 17aaf8cbada3713aa0f1ae2295a8834eb47a3875 (patch) | |
tree | 9d584e9da7d95c974260e3594b50b83305ee0772 /common | |
parent | 788fd1e7189132619d0f8fc03b5a4de8149f08af (diff) | |
download | scummvm-rg350-17aaf8cbada3713aa0f1ae2295a8834eb47a3875.tar.gz scummvm-rg350-17aaf8cbada3713aa0f1ae2295a8834eb47a3875.tar.bz2 scummvm-rg350-17aaf8cbada3713aa0f1ae2295a8834eb47a3875.zip |
Bump cvs date, add some post-0.3.0 changes to NEWS (These really need to be kept updated more frequently)
svn-id: r6209
Diffstat (limited to 'common')
-rw-r--r-- | common/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/engine.h b/common/engine.h index 0ceaecc7af..c7f6748ddf 100644 --- a/common/engine.h +++ b/common/engine.h @@ -25,7 +25,7 @@ #include "system.h" #define SCUMMVM_VERSION "0.3.1cvs" -#define SCUMMVM_CVS "2002-12-04" +#define SCUMMVM_CVS "2002-12-28" class SoundMixer; class GameDetector; |