diff options
author | 2024-09-22 13:20:42 +0300 | |
---|---|---|
committer | 2024-09-22 15:48:49 +0300 | |
commit | 871d1ef9582f6333ab18e32f962fec0ba5e1b3d7 (patch) | |
tree | 0a8e2cfeeff41f9cd80626cacf32dbf01ed4181c /newsboat.cpp | |
parent | 06ba8c2ac8e977c12de3e532476ed2576ada02d1 (diff) | |
download | newsboat-r2.19.1.tar.gz newsboat-r2.19.1.tar.zst newsboat-r2.19.1.zip |
Release 2.19.1r2.19.1
Diffstat (limited to 'newsboat.cpp')
-rw-r--r-- | newsboat.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newsboat.cpp b/newsboat.cpp index 80f9186a..9ad3fb09 100644 --- a/newsboat.cpp +++ b/newsboat.cpp @@ -143,11 +143,11 @@ void print_version(const std::string& argv0, unsigned int level) << PROGRAM_URL << std::endl; ss << "Copyright (C) 2006-2015 Andreas Krennmair" << std::endl; - ss << "Copyright (C) 2015-2020 Alexander Batischev" + ss << "Copyright (C) 2015-2024 Alexander Batischev" << std::endl; ss << "Copyright (C) 2006-2017 Newsbeuter contributors" << std::endl; - ss << "Copyright (C) 2017-2020 Newsboat contributors" + ss << "Copyright (C) 2017-2024 Newsboat contributors" << std::endl; ss << std::endl; |