Bochs/bochs/bxversion.h.in

12 lines
461 B
C
Raw Normal View History

/////////////////////////////////////////////////////////////////////////
// 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@"