From 32e87b3f9aff8c77c400dbe5e4b942e3fdbc5e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 26 Sep 2016 10:33:26 +0200 Subject: [PATCH] Bump MAX_MONO_VERSION (#893) We're using 4.9.x in mono master now. --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index f14c331c9ea3..c02e70e05d22 100644 --- a/Make.config +++ b/Make.config @@ -54,7 +54,7 @@ XCODE_DEVELOPER_ROOT=/Applications/Xcode8-GM.app/Contents/Developer # Minimum Mono version MIN_MONO_VERSION=4.4.0.148 -MAX_MONO_VERSION=4.7.99 +MAX_MONO_VERSION=4.9.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