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:
authorAlan McGovern <alan@xamarin.com>2015-11-23 23:27:28 +0300
committerAlan McGovern <alan@xamarin.com>2015-11-23 23:27:49 +0300
commitbee8b40553477ae2f5a5fdb19b7c9aa2505c3b02 (patch)
tree3377d5877110224668b5fac3b83361816e299442
parent6668a1e7352d9a5b32374dfcbecd2558c7857b8e (diff)
[build] We require mono 4.2+ nowmonodevelop-5.10.1.1
This is good to go now
-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 0cc32bc1c0..4f26c16b14 100644
--- a/main/build/MacOSX/monostub.m
+++ b/main/build/MacOSX/monostub.m
@@ -191,7 +191,7 @@ int main (int argc, char **argv)
NSString *appDir = [[NSBundle mainBundle] bundlePath];
// can be overridden with plist string MonoMinVersion
- NSString *req_mono_version = @"3.10";
+ NSString *req_mono_version = @"4.2";
// can be overridden with either plist bool MonoUseSGen or MONODEVELOP_USE_SGEN env
bool use_sgen = YES;