diff options
author | Max Horn | 2002-12-01 17:04:59 +0000 |
---|---|---|
committer | Max Horn | 2002-12-01 17:04:59 +0000 |
commit | 093dbbe5b0c4efa0c48a1185f8fd7d6bcce6e0a2 (patch) | |
tree | defb661a50cdd07623fd76510ff5a864b340aa7e | |
parent | 45b78268a281934f5d6f16acd8bb78e388bed476 (diff) | |
download | scummvm-rg350-093dbbe5b0c4efa0c48a1185f8fd7d6bcce6e0a2.tar.gz scummvm-rg350-093dbbe5b0c4efa0c48a1185f8fd7d6bcce6e0a2.tar.bz2 scummvm-rg350-093dbbe5b0c4efa0c48a1185f8fd7d6bcce6e0a2.zip |
getting ready for 0.3.0
svn-id: r5788
-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 504848b2a0..b61b504fe7 100644 --- a/common/engine.h +++ b/common/engine.h @@ -24,8 +24,8 @@ #include "scummsys.h" #include "system.h" -#define SCUMMVM_VERSION "0.2.82 CVS" -#define SCUMMVM_CVS "2002-11-15+" +#define SCUMMVM_VERSION "0.3.0" +#define SCUMMVM_CVS "2002-12-01" class SoundMixer; class GameDetector; |