From 619b7e07d7ee1a20bb816ebec8e40eaedc47f870 Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Tue, 1 Aug 2017 13:54:27 -0500 Subject: [PATCH] mscoree: Update Wine Mono to 4.7.1. This has some bug fixes from Mono, and it no longer ships debug symbols for the whole managed class library, which were accidentally included in 4.7.0. Signed-off-by: Vincent Povirk Signed-off-by: Alexandre Julliard --- dlls/appwiz.cpl/addons.c | 4 ++-- dlls/mscoree/mscoree_main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c index dcd6535320d..5ec49cfe6a6 100644 --- a/dlls/appwiz.cpl/addons.c +++ b/dlls/appwiz.cpl/addons.c @@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl); #define GECKO_SHA "???" #endif -#define MONO_VERSION "4.7.0" -#define MONO_SHA "7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1" +#define MONO_VERSION "4.7.1" +#define MONO_SHA "2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa" typedef struct { const char *version; diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c index 49b319c7c85..2c5d2cbd6cd 100644 --- a/dlls/mscoree/mscoree_main.c +++ b/dlls/mscoree/mscoree_main.c @@ -675,7 +675,7 @@ static BOOL install_wine_mono(void) LONG len; BOOL ret; - static const char* mono_version = "4.7.0"; + static const char* mono_version = "4.7.1"; static const char* mono_product_code = "{E45D8920-A758-4088-B6C6-31DBB276992E}"; static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};