mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 10:29:19 +00:00
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 <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d20b89cf93
commit
619b7e07d7
@ -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;
|
||||
|
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user