Skip to content

Commit

Permalink
Init: Added version information for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cabrust committed Dec 13, 2015
1 parent c74f1f7 commit e3e9736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/Init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ void System::Init(int requested_log_level) {
} else
log_level = requested_log_level;

LOGINFO << "CN24 version " STRING_SHA1;
LOGINFO << "CN24 v2.0.0 at " STRING_SHA1;
LOGINFO << "Copyright (C) 2015 Clemens-Alexander Brust";
LOGINFO << "For licensing information, see the LICENSE"
<< " file included with this project.";
Expand Down

0 comments on commit e3e9736

Please sign in to comment.