Skip to content
Snippets Groups Projects
Commit 29678766 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[start.hh] Automatically use current Version number

parent ca11ba4d
No related branches found
No related tags found
1 merge request!228[start.hh] Automatically use current Version number
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment