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-12-13 00:26:11 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-12-13 00:26:11 +0400
commit6f655d03d332457e862564f7ab2bc121f81898b9 (patch)
tree934c4957d7b39ef892da6e489f5c8819caa510f2 /extras/MonoDevelop.AddinAuthoring
parent0b6859823235670545f20e0f66d12bf5f037e470 (diff)
Updated package version to 4.2.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 2ee3867abf..698fb6da07 100755
--- a/extras/MonoDevelop.AddinAuthoring/configure
+++ b/extras/MonoDevelop.AddinAuthoring/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=4.2
+VERSION=4.2.3
PACKAGE=monodevelop_addinauthoring
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" monodevelop;4.2 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
+common_packages=" monodevelop;4.2.3 gtk-sharp-2.0;2.12.8 mono-addins-setup;0.4 mono-addins;0.5"
usage ()