Name
gimpversion -- Macros and constants useful for determining GIMP's version number and
capabilities.
Description
Macros and constants useful for determining GIMP's version number and
capabilities.
Details
GIMP_MAJOR_VERSION
#define GIMP_MAJOR_VERSION (1) |
GIMP_MINOR_VERSION
#define GIMP_MINOR_VERSION (3) |
GIMP_MICRO_VERSION
#define GIMP_MICRO_VERSION (11) |
GIMP_VERSION
#define GIMP_VERSION "1.3.11" |
GIMP_CHECK_VERSION()
#define GIMP_CHECK_VERSION(major, minor, micro) |