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-08-08 03:35:14 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-08-08 03:35:14 +0400
commita43eb2b930806660c179f1499f40dcac83097c13 (patch)
tree2a434359e1c46cf66f6d60c1170a002d1f1e57c9 /extras/MonoDevelop.AddinAuthoring
parentad21be9a231164e997989de4a323b00ec9ec97cc (diff)
Updated package version to 3.0.4.3
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 2fd0f2e501..cba8749a4d 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=3.0.4.2
+VERSION=3.0.4.3
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;3.0.4.2 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;3.0.4.3 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()