mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Happy new year 2020!
This commit is contained in:
parent
abe5596cb3
commit
aa768abbc3
5 changed files with 5 additions and 5 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue