Bochs/bochs/bxversion.h.in
Volker Ruppert 58ebb5819f Releases (SVN flaG 0) now use the timestamp from README file instead of the
compilation time of main.cc for console and log file output.
2020-01-02 16:19:02 +00:00

10 lines
410 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_SVNFLAG @VER_SVN@
#define REL_STRING "@REL_STRING@"
#define REL_TIMESTAMP "@REL_TIMESTAMP@"