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-07-28 00:46:29 +0400
committerwww-data <www-data@pipeline.internalx.com>2012-07-28 00:46:29 +0400
commit83774806715ce5314e707301c7a139d56e084e63 (patch)
tree78c147b64c5a577665c092da1910969669010951 /extras/BooBinding
parente3c2de63a244b9cae8a1e8e7f82f2d76592b972a (diff)
Updated package version to 3.0.4.2
Diffstat (limited to 'extras/BooBinding')
-rwxr-xr-xextras/BooBinding/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/BooBinding/configure b/extras/BooBinding/configure
index 10df433bee..34dd6e6d90 100755
--- a/extras/BooBinding/configure
+++ b/extras/BooBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=3.0.4.1
+VERSION=3.0.4.2
PACKAGE=monodevelop-boo
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages="gtk-sharp-2.0;2.12.8 monodevelop;3.0.4.1 mono-addins;0.3 glib-sharp-2.0;2.12.8 monodevelop-core-addins;2.7 boo;0.7.9.2659"
+common_packages="gtk-sharp-2.0;2.12.8 monodevelop;3.0.4.2 mono-addins;0.3 glib-sharp-2.0;2.12.8 monodevelop-core-addins;2.7 boo;0.7.9.2659"
usage ()