[gimp] configure.ac: require Babl 0.1.14



commit ab1fa11eeae82ee14f4dd0bf1315cc83144d3442
Author: Michael Natterer <mitch gimp org>
Date:   Fri Nov 20 16:40:12 2015 +0100

    configure.ac: require Babl 0.1.14

 app/sanity.c |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 40e7456..659806b 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -400,7 +400,7 @@ sanity_check_babl (void)
 
 #define BABL_REQUIRED_MAJOR 0
 #define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 12
+#define BABL_REQUIRED_MICRO 14
 
   babl_get_version (&babl_major_version,
                     &babl_minor_version,
diff --git a/configure.ac b/configure.ac
index 5cca7c2..6b7169a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,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.12])
+m4_define([babl_required_version], [0.1.14])
 m4_define([gegl_required_version], [0.3.0])
 m4_define([glib_required_version], [2.40.0])
 m4_define([atk_required_version], [2.2.0])


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