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:
authorXamarin Release Manager <release-manager@xamarin.com>2011-09-29 21:12:24 +0400
committerWWW daemon apache <wwwrun@li288-185.members.linode.com>2011-09-29 21:12:24 +0400
commit1b5e424433882f5f74ee73f457ef106bee499562 (patch)
tree66667bd26db21f7fbf83e01bd095ccca988e6c61 /extras/MonoDevelop.AddinAuthoring
parent779316d4282f59e46a764885aaf422fef807846e (diff)
Updated package version to 2.8
Diffstat (limited to 'extras/MonoDevelop.AddinAuthoring')
-rwxr-xr-xextras/MonoDevelop.AddinAuthoring/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/MonoDevelop.AddinAuthoring/configure b/extras/MonoDevelop.AddinAuthoring/configure
index d8c4734327..a0d457558f 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.7.22
+VERSION=2.8
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;2.7.22 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;2.8 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()