diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-04-30 21:14:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-30 21:14:02 +0100 |
commit | 924a1f8c8ae1be3526bcf3d8587076afebebcaee (patch) | |
tree | a4a332f320225d14c0754927cc0cf2227d322e30 /cli-miner.cpp | |
parent | c136bb3228a6ceb857c23b4e4f26fee29a55f870 (diff) | |
parent | e0356cd07d19557df7ae7ac1de5bda7eb9ede001 (diff) | |
download | xmr-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.cpp | 3 |
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]; |