@@ -81,7 +81,7 @@ void title()
8181 // Write version information
8282 fmt::print (
8383 " | The OpenMC Monte Carlo Code\n "
84- " Copyright | 2011-2025 MIT, UChicago Argonne LLC, and contributors\n "
84+ " Copyright | 2011-2026 MIT, UChicago Argonne LLC, and contributors\n "
8585 " License | https://docs.openmc.org/en/latest/license.html\n "
8686 " Version | {}.{}.{}{}{}\n " ,
8787 VERSION_MAJOR, VERSION_MINOR, VERSION_RELEASE, VERSION_DEV ? " -dev" : " " ,
@@ -301,7 +301,7 @@ void print_version()
301301 fmt::print (" OpenMC version {}.{}.{}{}{}\n " , VERSION_MAJOR, VERSION_MINOR,
302302 VERSION_RELEASE, VERSION_DEV ? " -dev" : " " , VERSION_COMMIT_COUNT);
303303 fmt::print (" Commit hash: {}\n " , VERSION_COMMIT_HASH);
304- fmt::print (" Copyright (c) 2011-2025 MIT, UChicago Argonne LLC, and "
304+ fmt::print (" Copyright (c) 2011-2026 MIT, UChicago Argonne LLC, and "
305305 " contributors\n MIT/X license at "
306306 " <https://docs.openmc.org/en/latest/license.html>\n " );
307307 }
0 commit comments