Bump GEGL and BABL versions here too
This commit is contained in:
@ -280,8 +280,8 @@ sanity_check_babl (void)
|
|||||||
gint babl_micro_version;
|
gint babl_micro_version;
|
||||||
|
|
||||||
#define BABL_REQUIRED_MAJOR 0
|
#define BABL_REQUIRED_MAJOR 0
|
||||||
#define BABL_REQUIRED_MINOR 0
|
#define BABL_REQUIRED_MINOR 1
|
||||||
#define BABL_REQUIRED_MICRO 22
|
#define BABL_REQUIRED_MICRO 0
|
||||||
|
|
||||||
babl_get_version (&babl_major_version,
|
babl_get_version (&babl_major_version,
|
||||||
&babl_minor_version,
|
&babl_minor_version,
|
||||||
@ -318,8 +318,8 @@ sanity_check_gegl (void)
|
|||||||
gint gegl_micro_version;
|
gint gegl_micro_version;
|
||||||
|
|
||||||
#define GEGL_REQUIRED_MAJOR 0
|
#define GEGL_REQUIRED_MAJOR 0
|
||||||
#define GEGL_REQUIRED_MINOR 0
|
#define GEGL_REQUIRED_MINOR 1
|
||||||
#define GEGL_REQUIRED_MICRO 21
|
#define GEGL_REQUIRED_MICRO 0
|
||||||
|
|
||||||
gegl_get_version (&gegl_major_version,
|
gegl_get_version (&gegl_major_version,
|
||||||
&gegl_minor_version,
|
&gegl_minor_version,
|
||||||
|
Reference in New Issue
Block a user