Update the year in the About dialog

pull/783/head
ruevs 2020-10-26 00:12:29 +02:00 committed by phkahler
parent 7292c32e6f
commit 88b26aabdb
1 changed files with 1 additions and 1 deletions

View File

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