mscoree: Update Wine Mono to 0.0.8.

This commit is contained in:
Vincent Povirk 2012-10-15 15:17:11 -05:00 committed by Alexandre Julliard
parent b23450e38e
commit b3c0d3cd63
2 changed files with 3 additions and 3 deletions

View File

@ -66,8 +66,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
#define GECKO_SHA "???"
#endif
#define MONO_VERSION "0.0.4"
#define MONO_SHA "7d827f7d28a88ae0da95a136573783124ffce4b1"
#define MONO_VERSION "0.0.8"
#define MONO_SHA "dd349e72249ce5ff981be0e9dae33ac4a46a9f60"
typedef struct {
const char *version;

View File

@ -652,7 +652,7 @@ static BOOL install_wine_mono(void)
LONG len;
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 WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};