aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-17 13:42:36 +0000
committerEugene Sandulenko2005-10-17 13:42:36 +0000
commitf3c387f328123a8ed15fa45a9008033dc06aed8f (patch)
tree68d02b9629a0570c5184104fd1c602606edfe8dc
parenta200be4bbf1f0fdf2b38ec09d5922e1b2eb11004 (diff)
downloadscummvm-rg350-f3c387f328123a8ed15fa45a9008033dc06aed8f.tar.gz
scummvm-rg350-f3c387f328123a8ed15fa45a9008033dc06aed8f.tar.bz2
scummvm-rg350-f3c387f328123a8ed15fa45a9008033dc06aed8f.zip
Bump version to 0.9.0CVS. Woo hoo!
svn-id: r19133
-rw-r--r--README4
-rw-r--r--base/main.cpp4
-rw-r--r--doc/03_06.tex2
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 63987c05ad..7e199b5ad6 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
ScummVM README
Last updated: $Date$
-Release version: 0.8.0-CVS
+Release version: 0.9.0-CVS
------------------------------------------------------------------------
For more information, compatibility lists, details on donating, the latest
@@ -324,7 +324,7 @@ or name D64 disks as "maniac1.d64", "maniac2.d64" and "zak1.d64", "zak2.d64"
respectively. If you add the game manually, make sure that platform is set to
Commodore64.
-3.10) Known Problems in ScummVM 0.8.0CVS
+3.10) Known Problems in ScummVM 0.9.0CVS
---- -----------------------------------
This release has the following known problems. There is no need to report them,
although patches to fix them are welcome. If you discover a bug that is not
diff --git a/base/main.cpp b/base/main.cpp
index 919cf70bab..62db58ae99 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -93,9 +93,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.8.0CVS";
+const char *gScummVMVersion = "0.9.0CVS";
const char *gScummVMBuildDate = __DATE__ " " __TIME__;
-const char *gScummVMFullVersion = "ScummVM 0.8.0CVS (" __DATE__ " " __TIME__ ")";
+const char *gScummVMFullVersion = "ScummVM 0.9.0CVS (" __DATE__ " " __TIME__ ")";
const char *gScummVMFeatures = ""
#ifdef USE_TREMOR
"Tremor "
diff --git a/doc/03_06.tex b/doc/03_06.tex
index 7467337c2f..7c33ebed4f 100644
--- a/doc/03_06.tex
+++ b/doc/03_06.tex
@@ -4,7 +4,7 @@
%%% TeX-master: "readme"
%%% End:
-\subsection{Known Problems in ScummVM 0.8.0CVS}
+\subsection{Known Problems in ScummVM 0.9.0CVS}
This release has the following known problems. There is no need to report them,
although patches to fix them are welcome. If you discover a bug that is not