Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfryd committed May 24, 2024
1 parent 300b3ad commit 1080f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int main(int argc, char** argv) {
find_matching_hw_accels(args["find-hwaccels"]);
} else if (args["help"] || args.count() == 0) {
std::ostringstream usage;
usage << "video-compare 20240429-calgary Copyright (c) 2018-2024 Jon Frydensbjerg, the video-compare community" << std::endl << std::endl;
usage << "video-compare 20240525-warsaw Copyright (c) 2018-2024 Jon Frydensbjerg, the video-compare community" << std::endl << std::endl;
usage << "Usage: " << argv[0] << " [OPTIONS]... FILE1 FILE2" << std::endl << std::endl;
argagg::fmt_ostream fmt(std::cerr);
fmt << usage.str() << argparser;
Expand Down

0 comments on commit 1080f86

Please sign in to comment.