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:
-rw-r--r--extras/PyBinding/ChangeLog4
-rwxr-xr-xextras/PyBinding/configure4
2 files changed, 6 insertions, 2 deletions
diff --git a/extras/PyBinding/ChangeLog b/extras/PyBinding/ChangeLog
index e5b458842d..e2cec8e06e 100644
--- a/extras/PyBinding/ChangeLog
+++ b/extras/PyBinding/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-11 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure: Bump MD version.
+
2009-12-10 Lluis Sanchez Gual <lluis@novell.com>
* configure.in: Bump MD version.
diff --git a/extras/PyBinding/configure b/extras/PyBinding/configure
index a369668fa6..0dd2c264b1 100755
--- a/extras/PyBinding/configure
+++ b/extras/PyBinding/configure
@@ -1,10 +1,10 @@
#!/bin/bash
-VERSION=2.1.2
+VERSION=2.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.1.2 monodevelop-core-addins;2.1.2"
+common_packages=" gtk-sharp-2.0;2.12.8 mono-addins;0.3 monodevelop;2.2 monodevelop-core-addins;2.2"
usage ()