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--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12c114aeb7..b88b8c91ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-07 Lluis Sanchez Gual <lluis@novell.com>
+
+ * configure.in: We now require gtk 2.8.
+
2007-05-05 Lluis Sanchez Gual <lluis@novell.com>
* Makefile.am: When running MD without installing, use a private
diff --git a/configure.in b/configure.in
index 8ca62c4249..5554321818 100644
--- a/configure.in
+++ b/configure.in
@@ -67,7 +67,7 @@ fi
dnl hard dependencies
-GTKSHARP_REQUIRED_VERSION=2.4.0
+GTKSHARP_REQUIRED_VERSION=2.8.0
GTKSOURCEVIEWSHARP_REQUIRED_VERSION=0.10
GECKOSHARP_REQUIRED_VERSION=0.10
MONODOC_REQUIRED_VERSION=1.0