Update the year in the About dialog

pull/885/head
ruevs 2021-01-09 23:11:19 +02:00
parent a76e7f2439
commit 82698b19a3
1 changed files with 1 additions and 1 deletions

View File

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