configure.ac: require GEGL >= 0.4.13

(cherry picked from commit 43e3939d4a)
This commit is contained in:
Ell
2018-11-10 16:23:56 -05:00
parent 63e86da6f3
commit ac4ded137f
2 changed files with 2 additions and 2 deletions

View File

@ -518,7 +518,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 4
#define GEGL_REQUIRED_MICRO 12
#define GEGL_REQUIRED_MICRO 13
gegl_get_version (&gegl_major_version,
&gegl_minor_version,