Commit 35c7ac8a authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

mscoree: Update Wine Mono to 4.5.4.

parent b82bb857
......@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "4.5.2"
#define MONO_SHA "73d6b8aa7a8921f43b22c6d930e8d7e421058187"
#define MONO_VERSION "4.5.4"
#define MONO_SHA "2b271d0bc92d5c9c45febd76fb11f9fcc29ea6d8"
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.5.2";
static const char* mono_version = "4.5.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};
......
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