Update the year in the About dialog
parent
7292c32e6f
commit
88b26aabdb
|
@ -965,7 +965,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, 2019);
|
PACKAGE_VERSION, 2020);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: ssassert(false, "Unexpected menu ID");
|
default: ssassert(false, "Unexpected menu ID");
|
||||||
|
|
Loading…
Reference in New Issue