We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe638c commit 58b54cfCopy full SHA for 58b54cf
src/main.cpp
@@ -344,7 +344,8 @@ static void print_allowed_options(const OptionList &allowed_options)
344
345
static void print_version()
346
{
347
- std::cout << PROJECT_NAME_C " " << g_version_hash << std::endl;
+ std::cout << PROJECT_NAME_C " " << g_version_hash
348
+ << "(" << porting::getPlatformName() << ") " << std::endl;
349
#ifndef SERVER
350
std::cout << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl;
351
#endif
0 commit comments