From: Jacek Caban Subject: wmp: Added version info resources. Message-Id: <530F5B75.8020900@codeweavers.com> Date: Thu, 27 Feb 2014 16:36:21 +0100 --- dlls/wmp/rsrc.rc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dlls/wmp/rsrc.rc b/dlls/wmp/rsrc.rc index cc6c199..ced1a64 100644 --- a/dlls/wmp/rsrc.rc +++ b/dlls/wmp/rsrc.rc @@ -22,3 +22,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL /* @makedep: wmp.rgs */ 2 WINE_REGISTRY wmp.rgs + +#define WINE_FILEDESCRIPTION_STR "Wine Media Player" +#define WINE_FILENAME_STR "wmp.dll" +#define WINE_FILEVERSION 12,0,7601,16982 +#define WINE_FILEVERSION_STR "12.0.7601.16982" +#define WINE_PRODUCTVERSION 12,0,7601,16982 +#define WINE_PRODUCTVERSION_STR "12.0.7601.16982" + +#include "wine/wine_common_ver.rc"