app: also bump the babl and gegl versions in sanity.c

This commit is contained in:
Michael Natterer
2011-01-22 23:53:38 +01:00
parent 27179d6219
commit 3e38686693

View File

@ -316,7 +316,7 @@ sanity_check_babl (void)
#define BABL_REQUIRED_MAJOR 0
#define BABL_REQUIRED_MINOR 1
#define BABL_REQUIRED_MICRO 2
#define BABL_REQUIRED_MICRO 4
babl_get_version (&babl_major_version,
&babl_minor_version,
@ -354,7 +354,7 @@ sanity_check_gegl (void)
#define GEGL_REQUIRED_MAJOR 0
#define GEGL_REQUIRED_MINOR 1
#define GEGL_REQUIRED_MICRO 2
#define GEGL_REQUIRED_MICRO 4
gegl_get_version (&gegl_major_version,
&gegl_minor_version,