Commit 619b7e07 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

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: 's avatarVincent Povirk <vincent@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d20b89cf
...@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl); ...@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???" #define GECKO_SHA "???"
#endif #endif
#define MONO_VERSION "4.7.0" #define MONO_VERSION "4.7.1"
#define MONO_SHA "7698474dd9cb9eb80796b5812dff37386ba97b78b21ca23b20079ca5ad6ca5a1" #define MONO_SHA "2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa"
typedef struct { typedef struct {
const char *version; const char *version;
......
...@@ -675,7 +675,7 @@ static BOOL install_wine_mono(void) ...@@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
LONG len; LONG len;
BOOL ret; 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 char* mono_product_code = "{E45D8920-A758-4088-B6C6-31DBB276992E}";
static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0}; static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment