gegl-version
void gegl_get_version (int *major, int *minor, int *micro);
int *major
int *minor
int *micro
This function fetches the version of the GEGL library being used by the running process.
major
a pointer to a int where the major version number will be stored.
minor
ditto for the minor version number.
micro
ditto for the micro version number.
#define GEGL_MAJOR_VERSION 0
#define GEGL_MINOR_VERSION 4
#define GEGL_MICRO_VERSION 20