update version

This commit is contained in:
Riccardo Spagni
2015-12-31 23:12:13 +02:00
parent b98d88c17e
commit 5c71f5d13e
12 changed files with 16 additions and 15 deletions

View File

@@ -251,7 +251,7 @@ bool t_command_server::help(const std::vector<std::string>& 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 ");