summaryrefslogtreecommitdiffstats
path: root/cli-miner.cpp
diff options
context:
space:
mode:
authorfireice-uk <fireice-uk@users.noreply.github.com>2017-04-30 21:14:02 +0100
committerGitHub <noreply@github.com>2017-04-30 21:14:02 +0100
commit924a1f8c8ae1be3526bcf3d8587076afebebcaee (patch)
treea4a332f320225d14c0754927cc0cf2227d322e30 /cli-miner.cpp
parentc136bb3228a6ceb857c23b4e4f26fee29a55f870 (diff)
parente0356cd07d19557df7ae7ac1de5bda7eb9ede001 (diff)
downloadxmr-stak-924a1f8c8ae1be3526bcf3d8587076afebebcaee.zip
xmr-stak-924a1f8c8ae1be3526bcf3d8587076afebebcaee.tar.gz
Merge pull request #96 from psychocrypt/topic-versionFile
add file version.h
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