8 lines
357 B
C
8 lines
357 B
C
#define VERSION_MAJOR "@VERSION_MAJOR@"
|
|
#define VERSION_MINOR "@VERSION_MINOR@"
|
|
#define VERSION_MAINTENANCE "@VERSION_MAINTENANCE@"
|
|
#define VERSION_REVISION "@VERSION_REVISION@"
|
|
#define VERSION_BETA "@VERSION_BETA@"
|
|
#define SHORT_VERSION_STRING "@VERSION_STRING_SHORT@"
|
|
#define LONG_VERSION_STRING "@VERSION_STRING_LONG@"
|