Mikołaj Zalewski : oleaut32: Use custom file version in VERSIONINFO.

Alexandre Julliard julliard at winehq.org
Thu Sep 25 10:30:06 CDT 2008


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

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Sat Jul 19 10:26:20 2008 +0200

oleaut32: Use custom file version in VERSIONINFO.
(cherry picked from commit 9907387b7eaadd6dd0b06b1161ebbf61d5bd009b)

---

 dlls/oleaut32/version.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/oleaut32/version.rc b/dlls/oleaut32/version.rc
index 5a3f1ff..6887af3 100644
--- a/dlls/oleaut32/version.rc
+++ b/dlls/oleaut32/version.rc
@@ -19,5 +19,7 @@
 #define WINE_OLESELFREGISTER
 #define WINE_FILEDESCRIPTION_STR "Wine OLE dll"
 #define WINE_FILENAME_STR "oleaut32.dll"
+#define WINE_FILEVERSION 6, 0, 6001, 18000 /* version from Vista SP1 */
+#define WINE_FILEVERSION_STR "6.0.6001.18000"
 
 #include "wine/wine_common_ver.rc"




More information about the wine-cvs mailing list