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-04-18 00:38:45 +0400
committerwww-data <www-data@pipeline.internalx.com>2013-04-18 00:38:45 +0400
commit77fbd2def4455b06e04065a36a0ab3d5b337a306 (patch)
treec2c6b6ccaa8e8d9cf0482a794fec9660d0294806 /extras/PyBinding
parentd7675101f29b4ecaf085c58a681de9df4c71b5c4 (diff)
Updated package version to 4.1.1
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 a3757acd59..13c520511a 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
-VERSION=4.1.0
+VERSION=4.1.1
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.0 monodevelop-core-addins;2.7"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;4.1.1 monodevelop-core-addins;2.7"
usage ()