Vincent Povirk : mapi32: Add version numbers to version resource.

Alexandre Julliard julliard at winehq.org
Mon Jul 20 07:36:40 CDT 2009


Module: wine
Branch: master
Commit: eff5de1231560c13055c03f1f1f95fa396a2f286
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=eff5de1231560c13055c03f1f1f95fa396a2f286

Author: Vincent Povirk <vincent at 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"




More information about the wine-cvs mailing list