From 892477ee43ad5e55201f44cf5a14d3c2b7ea8183 Mon Sep 17 00:00:00 2001 From: ruevs Date: Tue, 4 Jan 2022 12:16:21 +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 78768871..132ad85a 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -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");