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>2011-10-05 19:36:00 +0400
committerLluis Sanchez <lluis@xamarin.com>2011-10-05 19:52:10 +0400
commit025601fe01e6675d75e70e7de9722528ce97daa5 (patch)
tree487cc5195abacbeb9f62965e32d707683b468d65
parentc848bdf9cc6a628176fede5150ffcf5bceb7eeff (diff)
[Mac] Update MONODEVELOP_MAJOR_VERSION in launch scriptmonodevelop-2.8
-rwxr-xr-xmain/build/MacOSX/monodevelop2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/monodevelop b/main/build/MacOSX/monodevelop
index fed789e860..5a9a8b4d6a 100755
--- a/main/build/MacOSX/monodevelop
+++ b/main/build/MacOSX/monodevelop
@@ -3,7 +3,7 @@
# Author: Marc Christensen (mchristensen@novell.com)
# Michael Hutchinson (mhutchinson@novell.com)
-MONODEVELOP_MAJOR_VERSION=2.7
+MONODEVELOP_MAJOR_VERSION=2.8
MONO_FRAMEWORK_PATH=/Library/Frameworks/Mono.framework/Versions/Current
export DYLD_FALLBACK_LIBRARY_PATH="$MONO_FRAMEWORK_PATH/lib:/lib:/usr/lib:$DYLD_FALLBACK_LIBRARY_PATH"