add version.h.in

This commit is contained in:
Charles Kerr 2007-07-18 23:04:50 +00:00
parent bd3ce76fa5
commit 2a9ab2a7d9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#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@"