[gimp] Bump required babl and gegl versions in the run-time sanity checks.
- From: Sven Neumann <neo src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Bump required babl and gegl versions in the run-time sanity checks.
- Date: Mon, 8 Feb 2010 20:40:29 +0000 (UTC)
commit 834b49ee42bcf97cb99de16682805b215ca912b5
Author: Sven Neumann <sven gimp org>
Date: Mon Feb 8 21:35:44 2010 +0100
Bump required babl and gegl versions in the run-time sanity checks.
app/sanity.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/sanity.c b/app/sanity.c
index 2fb2115..78e39bf 100644
--- a/app/sanity.c
+++ b/app/sanity.c
@@ -281,7 +281,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
-#define BABL_REQUIRED_MICRO 0
+#define BABL_REQUIRED_MICRO 2
babl_get_version (&babl_major_version,
&babl_minor_version,
@@ -319,7 +319,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 1
-#define GEGL_REQUIRED_MICRO 0
+#define GEGL_REQUIRED_MICRO 2
gegl_get_version (&gegl_major_version,
&gegl_minor_version,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]