diff options
author | James Brown | 2003-07-05 11:14:16 +0000 |
---|---|---|
committer | James Brown | 2003-07-05 11:14:16 +0000 |
commit | b3e30fc0ff71c5103d00a0ef7b384780f83aa085 (patch) | |
tree | 44b2e803dcaac854fd8d394118d49f7f8a03fb9c | |
parent | 1d22c76469458febabe29de7b131f573d3dc34dc (diff) | |
download | scummvm-rg350-b3e30fc0ff71c5103d00a0ef7b384780f83aa085.tar.gz scummvm-rg350-b3e30fc0ff71c5103d00a0ef7b384780f83aa085.tar.bz2 scummvm-rg350-b3e30fc0ff71c5103d00a0ef7b384780f83aa085.zip |
Fix irky old date. We need to autogenerate this somehow.
svn-id: r8771
-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 9a8cd64f3c..462de8180c 100644 --- a/common/engine.h +++ b/common/engine.h @@ -24,8 +24,8 @@ #include "scummsys.h" #include "system.h" -#define SCUMMVM_VERSION "0.4.2cvs" -#define SCUMMVM_CVS "2003-05-25" +#define SCUMMVM_VERSION "0.5.0pre-cvs" +#define SCUMMVM_CVS "2003-07-xx" enum GameId { |