[gimp] Depend on Babl 0.1.8



commit 817d516da49918555dc1088c08443cc5edef03f9
Author: Michael Natterer <mitch gimp org>
Date:   Fri Mar 30 10:13:23 2012 +0200

    Depend on Babl 0.1.8

 INSTALL      |    2 +-
 app/sanity.c |    2 +-
 configure.ac |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index be648e8..e9ec944 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,7 +37,7 @@ header files installed.
      http://ftp.gnome.org/pub/gnome/sources/intltool/
 
   3. You need to have GEGL version 0.1.8 or newer and babl version
-     0.1.6 or newer. You can get them from http://gegl.org/ or clone
+     0.1.8 or newer. You can get them from http://gegl.org/ or clone
      them from the GNOME git repository:
 
        git://git.gnome.org/babl
diff --git a/app/sanity.c b/app/sanity.c
index 5fa5cc8..01d3b20 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -351,7 +351,7 @@ sanity_check_babl (void)
 
 #define BABL_REQUIRED_MAJOR 0
 #define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 6
+#define BABL_REQUIRED_MICRO 8
 
   babl_get_version (&babl_major_version,
                     &babl_minor_version,
diff --git a/configure.ac b/configure.ac
index 65f80b6..531b99c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ m4_define([gimp_stable],
 m4_define([gimp_full_name], [GNU Image Manipulation Program])
 
 # required versions of other packages
-m4_define([babl_required_version], [0.1.6])
+m4_define([babl_required_version], [0.1.8])
 m4_define([gegl_required_version], [0.1.8])
 m4_define([glib_required_version], [2.30.2])
 m4_define([atk_required_version], [2.0.1])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]