From 88b26aabdb6aa4a7b6eb16193216390f600c9f5f Mon Sep 17 00:00:00 2001 From: ruevs Date: Mon, 26 Oct 2020 00:12:29 +0200 Subject: [PATCH] Update the year in the About dialog --- src/solvespace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/solvespace.cpp b/src/solvespace.cpp index d68cedf2..7c30a8f5 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -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");