Commit 6bf71998 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

mscoree: Update Wine Mono to 4.7.0.

This contains upstream updates from the Mono project. Signed-off-by: 's avatarVincent Povirk <vincent@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 784953a5
......@@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.6.4"
#define MONO_SHA "d58509c3a4e5fa88c56c14e0413a803aa82f6118"
#define MONO_VERSION "4.7.0"
#define MONO_SHA "ff05e1d2a93c3a07672cefc7a8f3a087d75828ac"
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.6.4";
static const char* mono_version = "4.7.0";
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};
......
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