diff options
author | Max Horn | 2004-12-14 22:59:00 +0000 |
---|---|---|
committer | Max Horn | 2004-12-14 22:59:00 +0000 |
commit | 58eabb6a5fdafed605fcb0cd8f56dbcea8723d46 (patch) | |
tree | 840238bf120eca7a5bbbd7bf941042c3d4539798 /base | |
parent | ede24fabe2ea65e8d08800e246cea8eb7f12dfca (diff) | |
download | scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.tar.gz scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.tar.bz2 scummvm-rg350-58eabb6a5fdafed605fcb0cd8f56dbcea8723d46.zip |
Switched HEAD to 0.8.0-CVS (did I miss any spots?
svn-id: r16048
Diffstat (limited to 'base')
-rw-r--r-- | base/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/main.cpp b/base/main.cpp index 4f5d125e62..4b8875ae70 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -92,9 +92,9 @@ * to setup, but I have no idea if/how one can also change files which are not * currently being commit'ed. */ -const char *gScummVMVersion = "0.7.0CVS"; +const char *gScummVMVersion = "0.8.0CVS"; const char *gScummVMBuildDate = __DATE__ " " __TIME__; -const char *gScummVMFullVersion = "ScummVM 0.7.0CVS (" __DATE__ " " __TIME__ ")"; +const char *gScummVMFullVersion = "ScummVM 0.8.0CVS (" __DATE__ " " __TIME__ ")"; const char *gScummVMFeatures = "" #ifdef USE_VORBIS "Vorbis " |