From f3c387f328123a8ed15fa45a9008033dc06aed8f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 17 Oct 2005 13:42:36 +0000 Subject: Bump version to 0.9.0CVS. Woo hoo! svn-id: r19133 --- README | 4 ++-- base/main.cpp | 4 ++-- doc/03_06.tex | 2 +- 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 -- cgit v1.2.3