Bump GEGL and BABL versions here too

This commit is contained in:
Michael Natterer 2009-07-02 12:24:13 +02:00
parent e6e40af9ab
commit e4976d8ad2
1 changed files with 4 additions and 4 deletions

View File

@ -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,