Vincent Povirk : mscoree: Update Wine Mono to 4.5.6.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 3 09:42:11 CST 2015


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Mar  2 13:34:02 2015 -0600

mscoree: Update Wine Mono to 4.5.6.

---

 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 9fbb386..f4edd02 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.5.4"
-#define MONO_SHA "2b271d0bc92d5c9c45febd76fb11f9fcc29ea6d8"
+#define MONO_VERSION "4.5.6"
+#define MONO_SHA "12ec9a4fa5958426292effd40d9230c7acbba1e8"
 
 typedef struct {
     const char *version;
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index c84b25f..8b46fd5 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.5.4";
+    static const char* mono_version = "4.5.6";
     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