From 834b49ee42bcf97cb99de16682805b215ca912b5 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 8 Feb 2010 21:35:44 +0100 Subject: [PATCH] Bump required babl and gegl versions in the run-time sanity checks. --- app/sanity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sanity.c b/app/sanity.c index 2fb21158cf..78e39bf301 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,