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>2013-04-18 00:38:45 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-04-18 00:38:45 +0400
commit77fbd2def4455b06e04065a36a0ab3d5b337a306 (patch)
treec2c6b6ccaa8e8d9cf0482a794fec9660d0294806 /extras/MonoDevelop.AddinAuthoring
parentd7675101f29b4ecaf085c58a681de9df4c71b5c4 (diff)
Updated package version to 4.1.1
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 524494685d..5bbaf32f8f 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=4.1.0
+VERSION=4.1.1
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;4.1.0 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;4.1.1 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()