[gimp/goat-invasion: 104/241] app: require git versions of babl/GEGL



commit 0ded2f19e629076858cc125e0edebb454b1ca8d5
Author: Ãyvind KolÃs <pippin gimp org>
Date:   Sat Mar 17 20:30:16 2012 +0000

    app: require git versions of babl/GEGL

 app/sanity.c |    4 ++--
 configure.ac |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 5fa5cc8..2e90a86 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 7
 
   babl_get_version (&babl_major_version,
                     &babl_minor_version,
@@ -389,7 +389,7 @@ sanity_check_gegl (void)
 
 #define GEGL_REQUIRED_MAJOR 0
 #define GEGL_REQUIRED_MINOR 1
-#define GEGL_REQUIRED_MICRO 8
+#define GEGL_REQUIRED_MICRO 9
 
   gegl_get_version (&gegl_major_version,
                     &gegl_minor_version,
diff --git a/configure.ac b/configure.ac
index 65f80b6..6c77200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,8 +40,8 @@ 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([gegl_required_version], [0.1.8])
+m4_define([babl_required_version], [0.1.7])
+m4_define([gegl_required_version], [0.1.9])
 m4_define([glib_required_version], [2.30.2])
 m4_define([atk_required_version], [2.0.1])
 m4_define([gtk_required_version], [2.24.7])



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