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-10-28 23:27:10 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-10-28 23:27:10 +0400
commited9f06e8a2b7ab9b1d2bcfba5a121bf63a68fb3c (patch)
treea988cc82f2d78ff566b28b9fa3f6dc4bb82ce617 /extras/PyBinding
parent38aa58fb63eefa9a6ab156ad374f7c6bd5b27011 (diff)
Updated package version to 4.1.13
Diffstat (limited to 'extras/PyBinding')
-rwxr-xr-xextras/PyBinding/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/PyBinding/configure b/extras/PyBinding/configure
index efad018528..19ddc93d76 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=4.1.7
+VERSION=4.1.13
PACKAGE=monodevelop-python
prefix=/usr/local
config=DEBUG
configurations=" RELEASE DEBUG"
-common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;4.1.7 monodevelop-core-addins;2.7"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;4.1.13 monodevelop-core-addins;2.7"
usage ()