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 --- base/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/main.cpp') 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 " -- cgit v1.2.3