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>2012-01-05 22:20:38 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-01-05 22:20:38 +0400
commitf33fe73c4e25bc45d8932453d877a0e787fe094e (patch)
tree8b7093fcda39ad19ce4a728e4b1f8cad2234855f /extras/MonoDevelop.AddinAuthoring
parent0ae0d5345f1832b5e3a0d529a10ae23827cf0076 (diff)
Updated package version to 2.8.6
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 612de94781..5933176f86 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.8.5
+VERSION=2.8.6
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;2.8.5 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;2.8.6 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()