configure.ac: require GEGL 0.3.2

This commit is contained in:
Michael Natterer
2015-11-22 01:11:08 +01:00
parent 9cc634e838
commit 8f6ddd2888
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 3
#define GEGL_REQUIRED_MICRO 0
#define GEGL_REQUIRED_MICRO 2
gegl_get_version (&gegl_major_version,
&gegl_minor_version,