Skip to content

Commit

Permalink
bump version to 0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 11, 2024
1 parent 20bf463 commit f71f450
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specs/rscap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: rscap
Version: 0.5.14
Version: 0.5.15
Release: 1%{?dist}
Summary: RsCap and GStreamer with essential dependencies

Expand Down Expand Up @@ -34,7 +34,7 @@ LIBFFI_VERSION=3.3
NASM_VERSION=2.15.05
FFMPEG_VERSION=5.1.4
RUST_VERSION=1.77.1
RSCAP_VERSION=0.5.14
RSCAP_VERSION=0.5.15

# Define the installation prefix
PREFIX=$BUILD_DIR/opt/rscap
Expand Down
2 changes: 1 addition & 1 deletion src/bin/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ async fn produce_message(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.5.14",
version = "0.5.15",
about = "RsCap Monitor for ZeroMQ input of MPEG-TS and SMPTE 2110 streams from remote probe."
)]
struct Args {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ fn init_pcap(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.5.14",
version = "0.5.15",
about = "RsCap Probe for ZeroMQ output of MPEG-TS and SMPTE 2110 streams from pcap."
)]
struct Args {
Expand Down

0 comments on commit f71f450

Please sign in to comment.