From 4ea5a96fffb1a0300f73e97d4c85bb5c32e3786d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 27 Apr 2015 16:17:10 +0200 Subject: Revert the upper-case PROJECT_NAME nonsense that was part of #2402 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7223522cc..79daa7b8c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -347,7 +347,7 @@ static void print_allowed_options(const OptionList &allowed_options) static void print_version() { - dstream << PROJECT_NAME " " << g_version_hash << std::endl; + dstream << PROJECT_NAME_C " " << g_version_hash << std::endl; #ifndef SERVER dstream << "Using Irrlicht " << IRRLICHT_SDK_VERSION << std::endl; #endif -- cgit v1.2.3