Module: wine Branch: master Commit: 9907387b7eaadd6dd0b06b1161ebbf61d5bd009b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9907387b7eaadd6dd0b06b1161...
Author: Mikołaj Zalewski mikolaj@zalewski.pl Date: Sat Jul 19 10:26:20 2008 +0200
oleaut32: Use custom file version in VERSIONINFO.
---
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"