From e3e9736ffcce9c252a8219eafb204cf00fa4f668 Mon Sep 17 00:00:00 2001 From: Clemens-Alexander Brust Date: Sun, 13 Dec 2015 18:41:35 +0100 Subject: [PATCH] Init: Added version information for v2.0.0 --- src/util/Init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Init.cpp b/src/util/Init.cpp index 044b963..c5a460b 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 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.";