aboutsummaryrefslogtreecommitdiff
path: root/scummvm.rc
diff options
context:
space:
mode:
authorMax Horn2003-05-25 12:28:38 +0000
committerMax Horn2003-05-25 12:28:38 +0000
commit835b4e9476bb70e0cedc0a7c26e993302be34e3a (patch)
tree76d4e7a3a598df44846f86fef83af0895f1700aa /scummvm.rc
parent9b70fee5f39d02b3ea99c9aef4519f00ea433a58 (diff)
downloadscummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.tar.gz
scummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.tar.bz2
scummvm-rg350-835b4e9476bb70e0cedc0a7c26e993302be34e3a.zip
cvs going to 0.4.2cvs
svn-id: r7946
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 dadacc3449..020ec3f74f 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -44,8 +44,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,4,1,0
- PRODUCTVERSION 0,4,1,0
+ FILEVERSION 0,4,2,0
+ PRODUCTVERSION 0,4,2,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.1cvs\0"
+ VALUE "FileVersion", "0.4.2cvs\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.1cvs\0"
+ VALUE "ProductVersion", "0.4.2cvs\0"
VALUE "SpecialBuild", "\0"
END
END