gimpversion 3 LIBGIMPBASE Library gimpversion Macros and constants useful for determining GIMP's version number and capabilities. Synopsis #define GIMP_MAJOR_VERSION #define GIMP_MINOR_VERSION #define GIMP_MICRO_VERSION #define GIMP_VERSION #define GIMP_API_VERSION #define GIMP_CHECK_VERSION (major, minor, micro) #define GIMPVAR extern const guint gimp_major_version; extern const guint gimp_minor_version; extern const guint gimp_micro_version; Description Macros and constants useful for determining GIMP's version number and capabilities. Details <anchor id="GIMP-MAJOR-VERSION:CAPS" role="macro"/>GIMP_MAJOR_VERSION GIMP_MAJOR_VERSION#define GIMP_MAJOR_VERSION (2) <anchor id="GIMP-MINOR-VERSION:CAPS" role="macro"/>GIMP_MINOR_VERSION GIMP_MINOR_VERSION#define GIMP_MINOR_VERSION (4) <anchor id="GIMP-MICRO-VERSION:CAPS" role="macro"/>GIMP_MICRO_VERSION GIMP_MICRO_VERSION#define GIMP_MICRO_VERSION (4) <anchor id="GIMP-VERSION:CAPS" role="macro"/>GIMP_VERSION GIMP_VERSION#define GIMP_VERSION "2.4.4" <anchor id="GIMP-API-VERSION:CAPS" role="macro"/>GIMP_API_VERSION GIMP_API_VERSION#define GIMP_API_VERSION "2.0" Since: GIMP 2.2 <anchor id="GIMP-CHECK-VERSION:CAPS" role="macro"/>GIMP_CHECK_VERSION() GIMP_CHECK_VERSION#define GIMP_CHECK_VERSION(major, minor, micro) major : minor : micro : <anchor id="GIMPVAR:CAPS" role="macro"/>GIMPVAR GIMPVAR#define GIMPVAR <anchor id="gimp-major-version" role="variable"/>gimp_major_version gimp_major_versionextern const guint gimp_major_version; <anchor id="gimp-minor-version" role="variable"/>gimp_minor_version gimp_minor_versionextern const guint gimp_minor_version; <anchor id="gimp-micro-version" role="variable"/>gimp_micro_version gimp_micro_versionextern const guint gimp_micro_version;