From 5c71f5d13ebb5db5743f81161382a831f9fa8450 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Thu, 31 Dec 2015 23:12:13 +0200 Subject: update version --- src/daemon/command_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/command_server.cpp') diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 2ca4367b3..8f434c89a 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -251,7 +251,7 @@ bool t_command_server::help(const std::vector& args) std::string t_command_server::get_commands_str() { std::stringstream ss; - ss << CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL << std::endl; + ss << "Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")" << std::endl; ss << "Commands: " << std::endl; std::string usage = m_command_lookup.get_usage(); boost::replace_all(usage, "\n", "\n "); -- cgit v1.2.3