1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add platform name to --version information

This commit is contained in:
Craig Robbins
2016-05-11 17:15:41 +10:00
parent ebe638c32d
commit 58b54cf9a9

View File

@@ -344,7 +344,8 @@ static void print_allowed_options(const OptionList &allowed_options)
static void print_version()
{
std::cout << PROJECT_NAME_C " " << g_version_hash << std::endl;
std::cout << PROJECT_NAME_C " " << g_version_hash
<< "(" << porting::getPlatformName() << ") " << std::endl;
#ifndef SERVER
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
#endif