Skip to content

Commit

Permalink
App version v0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jul 4, 2024
1 parent 74ba502 commit 4e82a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtransmit/xtransmit-app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ int main(int argc, char** argv)
CLI::App app("SRT xtransmit tool. SRT library v" SRT_VERSION_STRING);
app.set_config("--config");
app.set_help_all_flag("--help-all", "Expand all help");
app.set_version_flag("--version", string("srt-xtransmit v0.2.0 dev.\nSRT library v") + SRT_VERSION_STRING + " clock " + srt_clock_type_str());
app.set_version_flag("--version", string("srt-xtransmit v0.2.0.\nSRT library v") + SRT_VERSION_STRING + " clock " + srt_clock_type_str());

spdlog::set_pattern("%H:%M:%S.%f %^[%L]%$ %v");
app.add_flag_function(
Expand Down

0 comments on commit 4e82a3d

Please sign in to comment.