Bump version to 0.9.0CVS. Woo hoo!

svn-id: r19133
This commit is contained in:
Eugene Sandulenko 2005-10-17 13:42:36 +00:00
parent a200be4bbf
commit f3c387f328
3 changed files with 5 additions and 5 deletions

View file

@ -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 "