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>2011-12-06 23:36:51 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-12-06 23:36:51 +0400
commite8de7a81e1e97d0e2a1322046271f69d81feb918 (patch)
tree39af8d27874f03d6f80ebf0ba3910bb34787dd29 /extras/PyBinding
parentbdc92d0963b6b3ca769022b79322b3b9f009eae4 (diff)
Updated package version to 2.8.4.2
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 25e4b9588b..a5a463eeee 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.8.4.1
+VERSION=2.8.4.2
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;2.8.4.1 monodevelop-core-addins;2.7"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;2.8.4.2 monodevelop-core-addins;2.7"
usage ()