blob: 2529a6da91cebc6990ea581fc932c6504e2171b9 [file] [log] [blame]
/* Macros for the header version.
*/
#ifndef IM_VERSION_H
#define IM_VERSION_H
#define IM_VERSION "@IM_VERSION@"
#define IM_VERSION_STRING "@IM_VERSION_STRING@"
#define IM_MAJOR_VERSION (@IM_MAJOR_VERSION@)
#define IM_MINOR_VERSION (@IM_MINOR_VERSION@)
#define IM_MICRO_VERSION (@IM_MICRO_VERSION@)
#define IM_INTERFACE_AGE (@IM_INTERFACE_AGE@)
#define IM_BINARY_AGE (@IM_BINARY_AGE@)
#endif /*IM_VERSION_H*/