diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index b39a9e21..67f10d15 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -19,7 +19,7 @@ CFBundleShortVersionString ${PROJECT_VERSION} NSHumanReadableCopyright - © 2008-2022 Jonathan Westhues and other authors + © 2008-2023 Jonathan Westhues and other authors NSPrincipalClass NSApplication NSMainNibFile diff --git a/res/win32/versioninfo.rc.in b/res/win32/versioninfo.rc.in index 1aba0522..db06b49f 100644 --- a/res/win32/versioninfo.rc.in +++ b/res/win32/versioninfo.rc.in @@ -18,7 +18,7 @@ BEGIN VALUE "FileVersion", "${PROJECT_VERSION}~${solvespace_GIT_HASH}" VALUE "OriginalFilename", "solvespace.exe" VALUE "InternalName", "solvespace" - VALUE "LegalCopyright", "(c) 2008-2022 Jonathan Westhues and other authors" + VALUE "LegalCopyright", "(c) 2008-2023 Jonathan Westhues and other authors" END END diff --git a/src/solvespace.cpp b/src/solvespace.cpp index d4d83024..c6ab34ab 100644 --- a/src/solvespace.cpp +++ b/src/solvespace.cpp @@ -1099,7 +1099,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, 2022); +PACKAGE_VERSION, 2023); break; case Command::GITHUB: