Module: wine Branch: master Commit: 3b9df46e0373d18ca8c4ccbea2b852735c7bd6e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b9df46e0373d18ca8c4ccbea2...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Nov 1 11:08:45 2011 +0100
vbscript: Add a version resource.
---
dlls/vbscript/vbscript.rc | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/dlls/vbscript/vbscript.rc b/dlls/vbscript/vbscript.rc index 311804f..346f2bd 100644 --- a/dlls/vbscript/vbscript.rc +++ b/dlls/vbscript/vbscript.rc @@ -22,3 +22,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: vbscript.rgs */ 2 WINE_REGISTRY vbscript.rgs + +#define WINE_FILEDESCRIPTION_STR "Wine VBScript" +#define WINE_FILENAME_STR "vbscript.dll" +#define WINE_FILEVERSION 5,8,7601,16978 +#define WINE_FILEVERSION_STR "5.8.7601.16978" +#define WINE_PRODUCTVERSION 5,8,0,16978 +#define WINE_PRODUCTVERSION_STR "5.8.7601.16978" + +#include "wine/wine_common_ver.rc"