From 9907387b7eaadd6dd0b06b1161ebbf61d5bd009b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Zalewski?= Date: Sat, 19 Jul 2008 10:26:20 +0200 Subject: [PATCH] oleaut32: Use custom file version in VERSIONINFO. --- dlls/oleaut32/version.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/oleaut32/version.rc b/dlls/oleaut32/version.rc index 5a3f1fffafa..6887af389bc 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"