Vincent Povirk : mscoree: Update Wine Mono to 4.5.2.

Alexandre Julliard julliard at winehq.org
Thu Dec 5 12:49:16 CST 2013


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Wed Dec  4 11:04:21 2013 -0600

mscoree: Update Wine Mono to 4.5.2.

---

 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 4e59654..1f219d5 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 "0.0.8"
-#define MONO_SHA "dd349e72249ce5ff981be0e9dae33ac4a46a9f60"
+#define MONO_VERSION "4.5.2"
+#define MONO_SHA "73d6b8aa7a8921f43b22c6d930e8d7e421058187"
 
 typedef struct {
     const char *version;
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index 5b4a2c7..9ac1e3e 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -660,7 +660,7 @@ static BOOL install_wine_mono(void)
     LONG len;
     BOOL ret;
 
-    static const char* mono_version = "0.0.8";
+    static const char* mono_version = "4.5.2";
     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