Module: wine Branch: master Commit: 565a66654c1d9c6bacd33519bf84c5964d677fcf URL: http://source.winehq.org/git/wine.git/?a=commit;h=565a66654c1d9c6bacd33519bf...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Feb 22 02:48:01 2011 +0300
msxml4: Add version info.
---
dlls/msxml4/rsrc.rc | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/dlls/msxml4/rsrc.rc b/dlls/msxml4/rsrc.rc index ca055e4..4ca1abb 100644 --- a/dlls/msxml4/rsrc.rc +++ b/dlls/msxml4/rsrc.rc @@ -20,3 +20,12 @@
/* @makedep: msxml4_tlb.tlb */ 1 TYPELIB msxml4_tlb.tlb + +#define WINE_FILEDESCRIPTION_STR "Wine MSXML 4.0" +#define WINE_FILENAME_STR "msxml4.dll" +#define WINE_FILEVERSION 4,20,9818,0 +#define WINE_FILEVERSION_STR "4.20.9818.0" +#define WINE_PRODUCTVERSION 4,20,9818,0 +#define WINE_PRODUCTVERSION_STR "4.20.9818.0" + +#include "wine/wine_common_ver.rc"