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-11-30 00:42:45 +0400
committerwww-data <www-data@pipeline.internalx.com>2011-11-30 00:42:45 +0400
commit1de14bc63779ddfd85666cef98266784dc7bde52 (patch)
tree0035391b87b7dbc5fae3c3564f34cbd53d84b8a0 /extras/PyBinding
parent6d9d9ee41bfc85afee8aef075dc8a3637c0ba5c2 (diff)
Updated package version to 2.8.4
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 d91ad8d6e3..6738764155 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.8.3
+VERSION=2.8.4
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.3 monodevelop-core-addins;2.7"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;2.8.4 monodevelop-core-addins;2.7"
usage ()