aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon_commands_handler.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-09-12 13:18:12 +0200
committerRiccardo Spagni <ric@spagni.net>2014-09-12 13:18:12 +0200
commite7c52d94c07f7b66ef428c764bb920e221a05048 (patch)
tree6e8c9e684e67dc0e840df991bde4640c3f76f87b /src/daemon/daemon_commands_handler.h
parentMerge pull request #129 from Jebes/master (diff)
parentMerge branch 'master' of http://github.com/fluffypony/bitmonero (diff)
downloadmonero-e7c52d94c07f7b66ef428c764bb920e221a05048.tar.xz
Merge pull request #132 from fluffypony/master
versioning now includes the commit hash, or -final for tagged releases
Diffstat (limited to 'src/daemon/daemon_commands_handler.h')
-rw-r--r--src/daemon/daemon_commands_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon_commands_handler.h b/src/daemon/daemon_commands_handler.h
index 6b6e46e83..5dc0be7dd 100644
--- a/src/daemon/daemon_commands_handler.h
+++ b/src/daemon/daemon_commands_handler.h
@@ -89,7 +89,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 ");