diff --git a/dumux/common/start.hh b/dumux/common/start.hh index 13ca485f0a5835322891556e3821156ebdc921a7..9d592bfaabe804a321150a80ee2521c0a0ccd871 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;