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-11-10 03:23:40 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-11-10 03:23:40 +0400
commit4d3cbdeb7b7718dfe7d8ae565d60b89771c96161 (patch)
tree150a277d5d18cb461590b75b94c8625a36c5d29f /extras/MonoDevelop.AddinAuthoring
parente5c648175d9b0881ed39c261c0de347eb3f398ba (diff)
Updated package version to 2.9.0
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 19a925369a..b61dce624c 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.8.2
+VERSION=2.9.0
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;2.8.2 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;2.9.0 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()