Commit b3c0d3cd authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

mscoree: Update Wine Mono to 0.0.8.

parent b23450e3
...@@ -66,8 +66,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl); ...@@ -66,8 +66,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???" #define GECKO_SHA "???"
#endif #endif
#define MONO_VERSION "0.0.4" #define MONO_VERSION "0.0.8"
#define MONO_SHA "7d827f7d28a88ae0da95a136573783124ffce4b1" #define MONO_SHA "dd349e72249ce5ff981be0e9dae33ac4a46a9f60"
typedef struct { typedef struct {
const char *version; const char *version;
......
...@@ -652,7 +652,7 @@ static BOOL install_wine_mono(void) ...@@ -652,7 +652,7 @@ static BOOL install_wine_mono(void)
LONG len; LONG len;
BOOL ret; BOOL ret;
static const char* mono_version = "0.0.4"; static const char* mono_version = "0.0.8";
static const char* mono_product_code = "{E45D8920-A758-4088-B6C6-31DBB276992E}"; 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}; 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