Happy new year 2020!

This commit is contained in:
Paul Romano 2020-01-02 16:33:14 -06:00
parent abe5596cb3
commit aa768abbc3
5 changed files with 5 additions and 5 deletions

View file

@ -72,7 +72,7 @@ void title()
// Write version information
std::cout <<
" | The OpenMC Monte Carlo Code\n" <<
" Copyright | 2011-2019 MIT and OpenMC contributors\n" <<
" Copyright | 2011-2020 MIT and OpenMC contributors\n" <<
" License | http://openmc.readthedocs.io/en/latest/license.html\n" <<
" Version | " << VERSION_MAJOR << '.' << VERSION_MINOR << '.'
<< VERSION_RELEASE << (VERSION_DEV ? "-dev" : "") << '\n';