Vincent Povirk : mscoree: Update Wine Mono to 4.6.4.

Alexandre Julliard julliard at winehq.org
Wed Nov 30 16:56:58 CST 2016


Module: wine
Branch: master
Commit: 2390219555b0936adc2e5b07d98dd7e79f772ed8
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2390219555b0936adc2e5b07d98dd7e79f772ed8

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed Nov 30 15:08:17 2016 -0600

mscoree: Update Wine Mono to 4.6.4.

This release contains many small bug fixes.

Signed-off-by: Vincent Povirk <vincent at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 cee96d9..b4eb12f 100644
--- a/dlls/appwiz.cpl/addons.c
+++ b/dlls/appwiz.cpl/addons.c
@@ -64,8 +64,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
 #define GECKO_SHA "???"
 #endif
 
-#define MONO_VERSION "4.6.3"
-#define MONO_SHA "c1d6d223c99c41a9d4e674e967042f10bfe02b8b"
+#define MONO_VERSION "4.6.4"
+#define MONO_SHA "d58509c3a4e5fa88c56c14e0413a803aa82f6118"
 
 typedef struct {
     const char *version;
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index 8e158e2..67f4259 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -675,7 +675,7 @@ static BOOL install_wine_mono(void)
     LONG len;
     BOOL ret;
 
-    static const char* mono_version = "4.6.3";
+    static const char* mono_version = "4.6.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};




More information about the wine-cvs mailing list