fixed incorrect version reference

This commit is contained in:
Riccardo Spagni 2014-09-15 15:58:22 +02:00
parent 95a2701ec5
commit 72a80f6213
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -156,7 +156,7 @@ int main(int argc, char* argv[])
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;
return false;
}