Update the year in the About dialog

This commit is contained in:
ruevs 2021-01-09 23:11:19 +02:00
parent a76e7f2439
commit 82698b19a3

View File

@ -1001,7 +1001,7 @@ void SolveSpaceUI::MenuHelp(Command id) {
"law. For details, visit http://gnu.org/licenses/\n" "law. For details, visit http://gnu.org/licenses/\n"
"\n" "\n"
"© 2008-%d Jonathan Westhues and other authors.\n"), "© 2008-%d Jonathan Westhues and other authors.\n"),
PACKAGE_VERSION, 2020); PACKAGE_VERSION, 2021);
break; break;
default: ssassert(false, "Unexpected menu ID"); default: ssassert(false, "Unexpected menu ID");