diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-09-12 13:06:51 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-12 13:06:51 +0200 |
commit | 14b3b6ea02ab5a228a2551bc8be7212ec7c15f37 (patch) | |
tree | 25bdf5988b19ded9df97555d9b8a808c1ad7acb9 /src/daemon/daemon_commands_handler.h | |
parent | always check git diff (diff) | |
download | monero-14b3b6ea02ab5a228a2551bc8be7212ec7c15f37.tar.xz |
versioning now includes the commit hash, or -final for tagged releases
Diffstat (limited to '')
-rw-r--r-- | src/daemon/daemon_commands_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon_commands_handler.h b/src/daemon/daemon_commands_handler.h index 165cded21..2d0f7e5a8 100644 --- a/src/daemon/daemon_commands_handler.h +++ b/src/daemon/daemon_commands_handler.h @@ -83,7 +83,7 @@ private: std::string get_commands_str() { std::stringstream ss; - ss << CRYPTONOTE_NAME << " v" << PROJECT_VERSION_LONG << ENDL; + ss << CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL << ENDL; ss << "Commands: " << ENDL; std::string usage = m_cmd_binder.get_usage(); boost::replace_all(usage, "\n", "\n "); |