Module: wine Branch: master Commit: eff5de1231560c13055c03f1f1f95fa396a2f286 URL: http://source.winehq.org/git/wine.git/?a=commit;h=eff5de1231560c13055c03f1f1...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Jul 17 10:40:07 2009 -0500
mapi32: Add version numbers to version resource.
---
dlls/mapi32/version.rc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/dlls/mapi32/version.rc b/dlls/mapi32/version.rc index 0f95516..d3a620b 100644 --- a/dlls/mapi32/version.rc +++ b/dlls/mapi32/version.rc @@ -18,5 +18,9 @@
#define WINE_FILEDESCRIPTION_STR "Wine Messaging API" #define WINE_FILENAME_STR "mapi32.dll" +#define WINE_FILEVERSION 1,0,0,0 +#define WINE_FILEVERSION_STR "1.0.0.0" +#define WINE_PRODUCTVERSION 1,0,0,0 +#define WINE_PRODUCTVERSION_STR "1.0.0.0"
#include "wine/wine_common_ver.rc"