Bump version to 0.9.0CVS. Woo hoo!
svn-id: r19133
This commit is contained in:
parent
a200be4bbf
commit
f3c387f328
3 changed files with 5 additions and 5 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue