fixed incorrect version reference

pull/95/head
Riccardo Spagni 10 years ago
parent 95a2701ec5
commit 72a80f6213
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

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

Loading…
Cancel
Save