Module: wine Branch: master Commit: 50a1c5bc92ed075104dea8a8eba6dd2ec3a25630 URL: https://gitlab.winehq.org/wine/wine/-/commit/50a1c5bc92ed075104dea8a8eba6dd2...
Author: Andrew Nguyen arethusa26@gmail.com Date: Wed Mar 13 18:00:42 2024 -0500
oleaut32: Bump version resource to Windows 10.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55876
---
dlls/oleaut32/oleaut32.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/oleaut32/oleaut32.rc b/dlls/oleaut32/oleaut32.rc index c4614f2e4bb..e1033816353 100644 --- a/dlls/oleaut32/oleaut32.rc +++ b/dlls/oleaut32/oleaut32.rc @@ -41,8 +41,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#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" +#define WINE_FILEVERSION 10, 0, 19043, 1466 /* version from Win10 2009 */ +#define WINE_FILEVERSION_STR "10.0.19043.1466" #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc"