12 lines
461 B
C
12 lines
461 B
C
/////////////////////////////////////////////////////////////////////////
|
|
// This file is checked in as bxversion.h.in. The configure script
|
|
// substitutes variables and creates bxversion.h.
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
#define VERSION "@VERSION@"
|
|
#define VER_MAJOR "@VER_MAJOR@"
|
|
#define VER_MINOR "@VER_MINOR@"
|
|
#define VER_REVISION "@VER_REVISION@"
|
|
#define VER_SVN "@VER_SVN@"
|
|
#define REL_STRING "@REL_STRING@"
|