aboutsummaryrefslogtreecommitdiff
path: root/dists/scummvm.rc
diff options
context:
space:
mode:
authorEugene Sandulenko2013-05-05 00:42:10 +0300
committerEugene Sandulenko2013-05-05 00:42:10 +0300
commite10eb97126af9c132b7dcec5c7c21f40443a8279 (patch)
treecd22363c568604c73bcb214649666f3cd91e7cee /dists/scummvm.rc
parentc6bece7468e2b89d6a7437835ab03f802c56438c (diff)
downloadscummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.tar.gz
scummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.tar.bz2
scummvm-rg350-e10eb97126af9c132b7dcec5c7c21f40443a8279.zip
RELEASE: This is 1.7.0git
Diffstat (limited to 'dists/scummvm.rc')
-rw-r--r--dists/scummvm.rc11
1 files changed, 4 insertions, 7 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index b9c001c1f1..c457e23b16 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -44,9 +44,6 @@ teenagent.dat FILE "dists/engine-data/teenagent.dat"
#if ENABLE_TOON == STATIC_PLUGIN
toon.dat FILE "dists/engine-data/toon.dat"
#endif
-#if ENABLE_TONY == STATIC_PLUGIN
-tony.dat FILE "dists/engine-data/tony.dat"
-#endif
#if ENABLE_WINTERMUTE == STATIC_PLUGIN
wintermute.zip FILE "dists/engine-data/wintermute.zip"
#endif
@@ -55,8 +52,8 @@ pred.dic FILE "dists/pred.dic"
#endif
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,0,0
- PRODUCTVERSION 1,6,0,0
+ FILEVERSION 1,7,0,0
+ PRODUCTVERSION 1,7,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
@@ -73,13 +70,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", "1.6.0git\0"
+ VALUE "FileVersion", "1.7.0git\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2001-2013 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", "1.6.0git\0"
+ VALUE "ProductVersion", "1.7.0git\0"
END
END