mscoree: Update Wine Mono to 4.6.4.

This release contains many small bug fixes.

Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Vincent Povirk 2016-11-30 15:08:17 -06:00 committed by Alexandre Julliard
parent 5c54963482
commit 2390219555
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.3"
#define MONO_SHA "c1d6d223c99c41a9d4e674e967042f10bfe02b8b"
#define MONO_VERSION "4.6.4"
#define MONO_SHA "d58509c3a4e5fa88c56c14e0413a803aa82f6118"
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.3";
static const char* mono_version = "4.6.4";
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};