[gimp] configure/app: bump required GEGL version to 0.3.6
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure/app: bump required GEGL version to 0.3.6
- Date: Sat, 19 Mar 2016 18:40:22 +0000 (UTC)
commit a28964c6987666b59b3a95a73b7e3355a7c967cd
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Mar 19 19:39:56 2016 +0100
configure/app: bump required GEGL version to 0.3.6
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 1036284..0488de6 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -438,7 +438,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 3
-#define GEGL_REQUIRED_MICRO 5
+#define GEGL_REQUIRED_MICRO 6
gegl_get_version (&gegl_major_version,
&gegl_minor_version,
diff --git a/configure.ac b/configure.ac
index 91a9805..bba671f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,7 +44,7 @@ m4_define([gimp_full_name], [GNU Image Manipulation Program])
# required versions of other packages
m4_define([babl_required_version], [0.1.14])
-m4_define([gegl_required_version], [0.3.5])
+m4_define([gegl_required_version], [0.3.6])
m4_define([glib_required_version], [2.40.0])
m4_define([atk_required_version], [2.2.0])
m4_define([gtk_required_version], [2.24.10])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]