mscoree: Update Wine Mono to 4.8.0.

New in this release:
 * Nearly 2 years of updates from the Mono project.
 * A separate Framework64 directory is now created in 64-bit
   prefixes.
 * The csc command-line interface to the C# compiler is now
   present in Framework directories.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46639
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Vincent Povirk 2019-02-18 13:41:37 -06:00 committed by Alexandre Julliard
parent 8a46597dc4
commit 5e86cc0a8f
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 "4.7.5"
#define MONO_SHA "154d68d476cdedef56f159d837fbb5eef9358a9f85de89f86c189ec4da004b3f"
#define MONO_VERSION "4.8.0"
#define MONO_SHA "890159ffd1679ca7d45e840e1890caba8c24acbc18c59db1ca718b35a5ab8778"
typedef struct {
const char *version;

View File

@ -682,7 +682,7 @@ static BOOL install_wine_mono(void)
LONG len;
BOOL ret;
static const char* mono_version = "4.7.5";
static const char* mono_version = "4.8.0";
static const char* mono_upgrade_code = "{DE624609-C6B5-486A-9274-EF0B854F6BC5}";
static const WCHAR controlW[] = {'\\','c','o','n','t','r','o','l','.','e','x','e',0};