2001-11-10 06:48:22 +03:00
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
// This file is checked in as bxversion.h.in. The configure script
|
|
|
|
// substitutes variables and creates bxversion.h.
|
|
|
|
/////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2019-11-14 13:34:39 +03:00
|
|
|
#define VERSION "@VERSION@"
|
|
|
|
#define VER_MAJOR "@VER_MAJOR@"
|
|
|
|
#define VER_MINOR "@VER_MINOR@"
|
2019-11-30 15:20:00 +03:00
|
|
|
#define VER_REVISION "@VER_REVISION@"
|
2019-11-14 13:34:39 +03:00
|
|
|
#define VER_SVN "@VER_SVN@"
|
2001-11-10 06:48:22 +03:00
|
|
|
#define REL_STRING "@REL_STRING@"
|