Vincent Povirk : mscoree: Update Wine Mono to 0.0.8.

Alexandre Julliard julliard at winehq.org
Tue Oct 16 15:27:46 CDT 2012


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Mon Oct 15 15:17:11 2012 -0500

mscoree: Update Wine Mono to 0.0.8.

---

 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 3348cdb..60d2472 100644
--- a/dlls/appwiz.cpl/addons.c
+++ b/dlls/appwiz.cpl/addons.c
@@ -66,8 +66,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(appwizcpl);
 #define GECKO_SHA "???"
 #endif
 
-#define MONO_VERSION "0.0.4"
-#define MONO_SHA "7d827f7d28a88ae0da95a136573783124ffce4b1"
+#define MONO_VERSION "0.0.8"
+#define MONO_SHA "dd349e72249ce5ff981be0e9dae33ac4a46a9f60"
 
 typedef struct {
     const char *version;
diff --git a/dlls/mscoree/mscoree_main.c b/dlls/mscoree/mscoree_main.c
index c7a50c1..620fb9b 100644
--- a/dlls/mscoree/mscoree_main.c
+++ b/dlls/mscoree/mscoree_main.c
@@ -652,7 +652,7 @@ static BOOL install_wine_mono(void)
     LONG len;
     BOOL ret;
 
-    static const char* mono_version = "0.0.4";
+    static const char* mono_version = "0.0.8";
     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