[gimp] gui_sanity_check(): bump GTK+ dependency here too
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] gui_sanity_check(): bump GTK+ dependency here too
- Date: Sat, 17 Oct 2009 15:49:54 +0000 (UTC)
commit c58eee02299cb8ee6c639e18728cfbc477f98d3f
Author: Michael Natterer <mitch gimp org>
Date: Sat Oct 17 17:49:28 2009 +0200
gui_sanity_check(): bump GTK+ dependency here too
app/gui/gui.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index 7789664..7c08ad0 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -258,8 +258,8 @@ static gchar *
gui_sanity_check (void)
{
#define GTK_REQUIRED_MAJOR 2
-#define GTK_REQUIRED_MINOR 16
-#define GTK_REQUIRED_MICRO 6
+#define GTK_REQUIRED_MINOR 18
+#define GTK_REQUIRED_MICRO 1
const gchar *mismatch = gtk_check_version (GTK_REQUIRED_MAJOR,
GTK_REQUIRED_MINOR,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]