mscoree: Update Wine Mono to 4.5.2.

This commit is contained in:
Vincent Povirk 2013-12-04 11:04:21 -06:00 committed by Alexandre Julliard
parent 94eb50eda0
commit 608b1e1414
2 changed files with 3 additions and 3 deletions

View file

@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "0.0.8"
#define MONO_SHA "dd349e72249ce5ff981be0e9dae33ac4a46a9f60"
#define MONO_VERSION "4.5.2"
#define MONO_SHA "73d6b8aa7a8921f43b22c6d930e8d7e421058187"
typedef struct {
const char *version;

View file

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