aboutsummaryrefslogtreecommitdiff
path: root/scummvm.rc
diff options
context:
space:
mode:
authorMax Horn2003-07-30 20:26:59 +0000
committerMax Horn2003-07-30 20:26:59 +0000
commit1a70fe4413f5835617d214926a63fe623d8cfdaa (patch)
treef91e37a857ce756cdf6d9b0ac802b11b1e295199 /scummvm.rc
parentc2e9916199d119a9d61c4edce54d8af7e85c4b99 (diff)
downloadscummvm-rg350-1a70fe4413f5835617d214926a63fe623d8cfdaa.tar.gz
scummvm-rg350-1a70fe4413f5835617d214926a63fe623d8cfdaa.tar.bz2
scummvm-rg350-1a70fe4413f5835617d214926a63fe623d8cfdaa.zip
version 0.5.3cvs
svn-id: r9304
Diffstat (limited to 'scummvm.rc')
-rw-r--r--scummvm.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/scummvm.rc b/scummvm.rc
index 020ec3f74f..d5df932653 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -44,8 +44,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,4,2,0
- PRODUCTVERSION 0,4,2,0
+ FILEVERSION 0,5,3,0
+ PRODUCTVERSION 0,5,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -63,14 +63,14 @@ BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "ScummVM Team\0"
VALUE "FileDescription", "http://www.scummvm.org/\0"
- VALUE "FileVersion", "0.4.2cvs\0"
+ VALUE "FileVersion", "0.5.3cvs\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2003 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 is TM of Revolution.\0"
VALUE "OriginalFilename", "scummvm.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "ScummVM\0"
- VALUE "ProductVersion", "0.4.2cvs\0"
+ VALUE "ProductVersion", "0.5.3cvs\0"
VALUE "SpecialBuild", "\0"
END
END