Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Bump addins version to 0.6.2 for mono 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
firegrass committed Mar 6, 2013
1 parent c4dc193 commit e6ad6e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mono_build.sh
Expand Up @@ -199,7 +199,7 @@ checkout_correct_version ()
elif [ $mod == "gnome-desktop-sharp" ]; then
git checkout gnome-desktop-sharp-2-24-branch
elif [ $mod == "mono-addins" ]; then
git checkout master
git checkout 0.6.2
elif [ $mod == "debugger" ]; then
git checkout master
elif [ $mod == "xsp" ]; then
Expand Down Expand Up @@ -349,6 +349,7 @@ else
git checkout --track -b gnome-desktop-sharp-2-24-branch origin/gnome-desktop-sharp-2-24-branch
elif [ $mod == "mono-addins" ]; then
git checkout --track -b 0.5 origin/0.5
git checkout --track -b 0.6.2 origin/0.6.2
elif [ $mod == "monodevelop" ]; then
git checkout --track -b 2.4 origin/2.4
elif [ $mod == "debugger" ]; then
Expand Down

0 comments on commit e6ad6e0

Please sign in to comment.