[PATCH] mscoree: Update Wine Mono to 4.7.5.

Vincent Povirk vincent at codeweavers.com
Mon Jan 7 14:42:12 CST 2019


Wine-Bug: 46369

This contains a bugfix from Akihiro Sagawa.

The msi package has been updated to account for MaxVersion being
exclusive rather than inclusive, allowing the old version to be
replaced properly when upgrading from the previous minor release.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
---
 dlls/appwiz.cpl/addons.c    | 4 ++--
 dlls/mscoree/mscoree_main.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c
index 79f667bbebb..5b71a66c063 100644
--- a/dlls/appwiz.cpl/addons.c
+++ b/dlls/appwiz.cpl/addons.c
@@ -65,8 +65,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
 #define GECKO_SHA "???"
 #endif
 
-#define MONO_VERSION "4.7.3"
-#define MONO_SHA "d24a8017371c7e8224a1778bb43a113ed7ed9720efd9d0cda175d42db6106d3a"
+#define MONO_VERSION "4.7.5"
+#define MONO_SHA "154d68d476cdedef56f159d837fbb5eef9358a9f85de89f86c189ec4da004b3f"
 
 typedef struct {
     const char *version;
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index 234afe45efb..19d120e0d2e 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -682,7 +682,7 @@ static BOOL install_wine_mono(void)
     LONG len;
     BOOL ret;
 
-    static const char* mono_version = "4.7.3";
+    static const char* mono_version = "4.7.5";
     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};
-- 
2.17.1




More information about the wine-devel mailing list