update version

This commit is contained in:
Riccardo Spagni 2015-12-31 23:12:13 +02:00
parent b98d88c17e
commit 5c71f5d13e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
12 changed files with 16 additions and 15 deletions

View file

@ -86,7 +86,7 @@ int main(int argc, char* argv[])
if (command_line::get_arg(vm, command_line::arg_help))
{
std::cout << CRYPTONOTE_NAME << " v" << MONERO_VERSION_FULL << ENDL << ENDL;
std::cout << "Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")" << ENDL << ENDL;
std::cout << desc_options << std::endl;
return 1;
}