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-09-15 00:07:10 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-09-15 00:07:10 +0400
commit285ccbb5cce39f4de0f19d66ffe4f0ca83113890 (patch)
tree26fb33d9761f0d7c8727364d5f7d4ca99439cc39 /extras/MonoDevelop.AddinAuthoring
parentfdbbf0c85e630b83179c1a8eff9f37d5e34c19ba (diff)
Updated package version to 3.0.4.7
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 9e76dd3274..0aa0251a76 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=3.0.4.6
+VERSION=3.0.4.7
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;3.0.4.6 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;3.0.4.7 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()