Skip to content

Commit

Permalink
Init: Changed version notice for 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Apr 20, 2016
1 parent 059472a commit 5ae1cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/Init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";

Expand Down

0 comments on commit 5ae1cbc

Please sign in to comment.