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:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2014-12-03 15:22:54 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2014-12-03 15:22:54 +0300
commit355f5e88ea9ea9fcc4c7b1106f3926d26b586ac4 (patch)
tree6ff36bc87cb0b858f04a24330e86b87f061598cb /main/build
parent7b655a0e376f1e3f772f5d1337dd45058b843ba2 (diff)
[MacOSX] Xamarin.Mac requires Mono 3.10.
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 435e0391ff..b38169814d 100644
--- a/main/build/MacOSX/monostub.m
+++ b/main/build/MacOSX/monostub.m
@@ -383,7 +383,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.8";
+ NSString *req_mono_version = @"3.10";
// can be overridden with either plist bool MonoUseSGen or MONODEVELOP_USE_SGEN env
bool use_sgen = YES;