diff --git a/src/util/Init.cpp b/src/util/Init.cpp index 68745bc..9042fd4 100644 --- a/src/util/Init.cpp +++ b/src/util/Init.cpp @@ -87,8 +87,8 @@ void System::Init(int requested_log_level) { } else log_level = requested_log_level; - LOGINFO << "CN24 version " STRING_SHA1; - LOGINFO << "Copyright (C) 2015 Clemens-Alexander Brust"; + LOGINFO << "CN24 version 2.0.5 @" STRING_SHA1; + LOGINFO << "Copyright (C) 2016 Clemens-Alexander Brust"; LOGINFO << "For licensing information, see the LICENSE" << " file included with this project.";