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-10-11 22:15:21 +0400
committerWWW daemon apache <wwwrun@li288-185.members.linode.com>2011-10-11 22:15:21 +0400
commit60121ef7d2c80f144e4c423dd5ab7ace373c877e (patch)
treee0498ec26f5299455101cf9d3c49cecd60605f75 /extras/PyBinding
parent9d91c6698bd8e768acab09aabdb4b4ebf3ad6dfc (diff)
Updated package version to 2.8.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 3703e2ec6f..08b73e177f 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.8
+VERSION=2.8.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;2.8 monodevelop-core-addins;2.7"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;2.8.1 monodevelop-core-addins;2.7"
usage ()