diff --git a/src/util/Init.cpp b/src/util/Init.cpp index 13c1bc8..5110b05 100644 --- a/src/util/Init.cpp +++ b/src/util/Init.cpp @@ -87,7 +87,7 @@ void System::Init(int requested_log_level) { } else log_level = requested_log_level; - LOGINFO << "CN24 v2.0.3 at " STRING_SHA1; + LOGINFO << "CN24 v2.0.4 at " STRING_SHA1; LOGINFO << "Copyright (C) 2015 Clemens-Alexander Brust"; LOGINFO << "For licensing information, see the LICENSE" << " file included with this project.";