From 2967876643d75a1998a39e8fa57c1e1d9f93486b Mon Sep 17 00:00:00 2001
From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de>
Date: Mon, 10 Oct 2016 10:47:31 +0200
Subject: [PATCH] [start.hh] Automatically use current Version number

---
 dumux/common/start.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/start.hh b/dumux/common/start.hh
index 13ca485f0a..9d592bfaab 100644
--- a/dumux/common/start.hh
+++ b/dumux/common/start.hh
@@ -223,10 +223,10 @@ void dumuxMessage_(bool start)
             std::cout << "             ###   #                @   @         @@ @@          @ " << std::endl;
             std::cout << "           ##       #               @   @  @   @  @ @ @  @   @  @ @" << std::endl;
             std::cout << "         ##          #              @   @  @   @  @   @  @   @     " << std::endl;
-            std::cout << "        #             #             @@@@    @@@   @   @   @@@  2.10" << std::endl;
+            std::cout << "        #             #             @@@@    @@@   @   @   @@@      " << std::endl;
             std::cout << "       #               #                                           " << std::endl;
             std::cout << "      #                 #                                          " << std::endl;
-            std::cout << "     #                   ##        %%%                             " << std::endl;
+            std::cout << "     #                   ##        %%%                     " << std::setw(8) << std::right << DUMUX_VERSION << std::endl;
             std::cout << "    #                      ###    %   %  %%     %%                 " << std::endl;
             std::cout << "####                          #%%%     %%  %%%%%  %%%%%%%%%%%%%%%%%" << std::endl;
         break;
-- 
GitLab