diff options
author | Max Horn | 2006-02-15 18:19:06 +0000 |
---|---|---|
committer | Max Horn | 2006-02-15 18:19:06 +0000 |
commit | f8c14b19e461e3db3c6e413ac4be61a9e41258fa (patch) | |
tree | 45d31a8ac776ecbbb0714e7551bc10f81dda1c9d | |
parent | b20384d375b8be36277935fa7d17bfcf17e9c287 (diff) | |
download | scummvm-rg350-f8c14b19e461e3db3c6e413ac4be61a9e41258fa.tar.gz scummvm-rg350-f8c14b19e461e3db3c6e413ac4be61a9e41258fa.tar.bz2 scummvm-rg350-f8c14b19e461e3db3c6e413ac4be61a9e41258fa.zip |
fixed version string in scummvm.rc, too (somehow forgot to check it in previously)
svn-id: r20700
-rw-r--r-- | scummvm.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scummvm.rc b/scummvm.rc index 084c19ee5a..3a498cd97b 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -21,13 +21,13 @@ BEGIN BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" VALUE "FileDescription", "http://www.scummvm.org/\0" - VALUE "FileVersion", "0.9.0cvs\0" + VALUE "FileVersion", "0.9.0svn\0" VALUE "InternalName", "scummvm\0" VALUE "LegalCopyright", "Copyright © 2001-2006 The ScummVM Team\0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" VALUE "OriginalFilename", "scummvm.exe\0" VALUE "ProductName", "ScummVM\0" - VALUE "ProductVersion", "0.9.0cvs\0" + VALUE "ProductVersion", "0.9.0svn\0" END END BLOCK "VarFileInfo" |