Update the year in the About dialog

pull/1180/head
ruevs 2022-01-04 12:16:21 +02:00
parent cc4307a2a9
commit 892477ee43
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,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, 2021);
PACKAGE_VERSION, 2022);
break;
default: ssassert(false, "Unexpected menu ID");