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-13 05:40:02 +0400
committerWWW daemon apache <wwwrun@software.xamarin.com>2011-09-13 05:40:02 +0400
commita2f89d2b1f9c17012325c6c0655900e6f40992b9 (patch)
treedadb52450e9979802b3a89d41cbe70af953821fa /extras/MonoDevelop.AddinAuthoring
parent289fed84b05f115e6e82ec029d03c327f63efcb7 (diff)
Updated package version to 2.7.21
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 9cf1c529c7..d526dad204 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.7.20
+VERSION=2.7.21
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;2.7.20 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;2.7.21 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()