mirror of
https://github.com/monero-project/monero.git
synced 2025-07-27 00:55:30 -04:00
update version
This commit is contained in:
parent
b98d88c17e
commit
5c71f5d13e
12 changed files with 16 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue