16 lines
415 B
C
16 lines
415 B
C
/* 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*/
|