summaryrefslogtreecommitdiffstats
path: root/cli-miner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cli-miner.cpp')
-rw-r--r--cli-miner.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli-miner.cpp b/cli-miner.cpp
index 38fb720..70a5228 100644
--- a/cli-miner.cpp
+++ b/cli-miner.cpp
@@ -27,6 +27,7 @@
#include "console.h"
#include "donate-level.h"
#include "autoAdjust.hpp"
+#include "version.h"
#ifndef CONF_NO_HTTPD
# include "httpd.h"
@@ -133,7 +134,7 @@ int main(int argc, char *argv[])
#endif
printer::inst()->print_str("-------------------------------------------------------------------\n");
- printer::inst()->print_str("XMR-Stak-CPU mining software, CPU Version.\n");
+ printer::inst()->print_str( XMR_STAK_NAME" " XMR_STAK_VERSION " mining software, CPU Version.\n");
printer::inst()->print_str("Based on CPU mining code by wolf9466 (heavily optimized by fireice_uk).\n");
printer::inst()->print_str("Brought to you by fireice_uk and psychocrypt under GPLv3.\n\n");
char buffer[64];
OpenPOWER on IntegriCloud