diff --git a/src/core/sal/bochs/Credits.ah b/src/core/sal/bochs/Credits.ah index 4ace04ab..0268392c 100644 --- a/src/core/sal/bochs/Credits.ah +++ b/src/core/sal/bochs/Credits.ah @@ -2,6 +2,7 @@ #define __CREDITS_AH__ #include "config/VariantConfig.hpp" +#include "config/FailConfig.hpp" #ifdef BUILD_BOCHS @@ -22,7 +23,7 @@ aspect Credits { return; } // FIXME take version from global configuration - char buf[256] = "FailBochs 0.0.1, based on the "; + char buf[256] = "FailBochs " FAIL_VERSION ", based on the "; strncat(buf, line, 128); first = false; *(tjp->arg<1>()) = buf;