[gimp/goat-invasion] app: require git versions of babl/GEGL
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/goat-invasion] app: require git versions of babl/GEGL
- Date: Sat, 17 Mar 2012 20:30:46 +0000 (UTC)
commit e2596319112e8fe1df8caccce5cb5bea3201196b
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 e2f154d..dbb8577 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]