mscoree: Update Wine Mono to 4.6.0.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3f5457accf
commit
f1157511a7
|
@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
|
||||||
#define GECKO_SHA "???"
|
#define GECKO_SHA "???"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MONO_VERSION "4.5.6"
|
#define MONO_VERSION "4.6.0"
|
||||||
#define MONO_SHA "12ec9a4fa5958426292effd40d9230c7acbba1e8"
|
#define MONO_SHA "3a494b5b74fd17adf675a620d46b2dc1d2482424"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
const char *version;
|
const char *version;
|
||||||
|
|
|
@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
|
||||||
LONG len;
|
LONG len;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
static const char* mono_version = "4.5.6";
|
static const char* mono_version = "4.6.0";
|
||||||
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};
|
||||||
|
|
Loading…
Reference in New Issue