diff --git a/app/sanity.c b/app/sanity.c index 2bde12a391..d1294c7f0e 100644 --- a/app/sanity.c +++ b/app/sanity.c @@ -280,8 +280,8 @@ sanity_check_babl (void) gint babl_micro_version; #define BABL_REQUIRED_MAJOR 0 -#define BABL_REQUIRED_MINOR 0 -#define BABL_REQUIRED_MICRO 22 +#define BABL_REQUIRED_MINOR 1 +#define BABL_REQUIRED_MICRO 0 babl_get_version (&babl_major_version, &babl_minor_version, @@ -318,8 +318,8 @@ sanity_check_gegl (void) gint gegl_micro_version; #define GEGL_REQUIRED_MAJOR 0 -#define GEGL_REQUIRED_MINOR 0 -#define GEGL_REQUIRED_MICRO 21 +#define GEGL_REQUIRED_MINOR 1 +#define GEGL_REQUIRED_MICRO 0 gegl_get_version (&gegl_major_version, &gegl_minor_version,