diff --git a/cpp/shared/piscsi_util.cpp b/cpp/shared/piscsi_util.cpp index 0cdccf02..31161a83 100644 --- a/cpp/shared/piscsi_util.cpp +++ b/cpp/shared/piscsi_util.cpp @@ -112,7 +112,7 @@ string piscsi_util::Banner(string_view app) s << "Version " << piscsi_get_version_string() << " (" << __DATE__ << ' ' << __TIME__ << ")\n"; s << "Powered by XM6 TypeG Technology / "; s << "Copyright (C) 2016-2020 GIMONS\n"; - s << "Copyright (C) 2020-2023 Contributors to the PiSCSI project\n"; + s << "Copyright (C) 2020-2024 Contributors to the PiSCSI project\n"; return s.str(); }