From 82698b19a356ff1338298ec84b8553e3644bc2c2 Mon Sep 17 00:00:00 2001 From: ruevs Date: Sat, 9 Jan 2021 23:11:19 +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 0b746f22..054c4908 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -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");