[gimp] configure/app: depend on babl-0.1.48
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] configure/app: depend on babl-0.1.48
- Date: Tue, 15 May 2018 19:51:05 +0000 (UTC)
commit 55429df954c0a34b8b643e466c7187ef6b70a9bf
Author: Øyvind Kolås <pippin gimp org>
Date: Tue May 15 21:50:45 2018 +0200
configure/app: depend on babl-0.1.48
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 2e3cf05..e0515d7 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -480,7 +480,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 46
+#define BABL_REQUIRED_MICRO 48
babl_get_version (&babl_major_version,
&babl_minor_version,
diff --git a/configure.ac b/configure.ac
index 9d3264f..32b9d70 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.46])
+m4_define([babl_required_version], [0.1.48])
m4_define([gegl_major_minor_version], [0.4])
m4_define([gegl_micro_version], [1])
m4_define([gegl_required_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]