From a3ad9913a0cf5d303c7010bc9986b77657363fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 19 Aug 2016 02:36:59 +0200 Subject: [PATCH] Bump MAX_MONO_VERSION to 4.6.99 (#628) We're already in beta with Mono 4.6 so building XI with the current restriction is annoying. --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index dc2167500b64..dc54a0b9eca6 100644 --- a/Make.config +++ b/Make.config @@ -54,7 +54,7 @@ XCODE_DEVELOPER_ROOT=/Applications/Xcode73.app/Contents/Developer # Minimum Mono version MIN_MONO_VERSION=4.4.0.148 -MAX_MONO_VERSION=4.4.99 +MAX_MONO_VERSION=4.6.99 MIN_MONO_URL=http://download.mono-project.com/archive/4.4.0/macos-10-universal/MonoFramework-MDK-4.4.0.148.macos10.xamarin.universal.pkg # Minimum Xamarin Studio version