mscoree: Update Wine Mono to 4.6.2.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Vincent Povirk 2016-04-05 10:58:39 -05:00 committed by Alexandre Julliard
parent 9da5adce66
commit 115ad2da7a
2 changed files with 3 additions and 3 deletions

View File

@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.6.0"
#define MONO_SHA "3a494b5b74fd17adf675a620d46b2dc1d2482424"
#define MONO_VERSION "4.6.2"
#define MONO_SHA "0a5090a3b81b6250a5d7104fc585bd871a9e467d"
typedef struct {
const char *version;

View File

@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
LONG len;
BOOL ret;
static const char* mono_version = "4.6.0";
static const char* mono_version = "4.6.2";
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};