Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-10-03 10:51:03 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-10-03 10:51:03 +0400
commit41de8c08327b4238c9979820d84124ad4f744226 (patch)
tree906914e4127847f18c70fe0f1c5aa7c5dd696692 /main/build
parent1926b377370542fc4375f888e1b503b6b987b741 (diff)
[Mac] Update minimum Mono version
BXC23552 - Xamarin Studio crash on launch; Unhandled Exception, System.MissingMethodException
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/monostub.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/monostub.m b/main/build/MacOSX/monostub.m
index b7a2b7e6fb..131ebe222c 100644
--- a/main/build/MacOSX/monostub.m
+++ b/main/build/MacOSX/monostub.m
@@ -360,7 +360,7 @@ int main (int argc, char **argv)
NSString *binDir = [[NSString alloc] initWithUTF8String: "Contents/Resources/lib/monodevelop/bin"];
NSString *appDir = [[NSBundle mainBundle] bundlePath];
// can be overridden with plist string MonoMinVersion
- NSString *req_mono_version = @"3.0.7";
+ NSString *req_mono_version = @"3.8";
// can be overridden with either plist bool MonoUseSGen or MONODEVELOP_USE_SGEN env
bool use_sgen = YES;