Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-12-16 19:53:37 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-12-16 19:53:37 +0300
commit620ba6e18509cb0813af83564c4aecf60c891e6d (patch)
tree166658d74eba6be2af37de2ca307740f29fbe92d /utils/livesync
parent13b6f8fad4b9412787d6b64fa9f761b7e87dfe35 (diff)
livesync: Fix version
Diffstat (limited to 'utils/livesync')
-rw-r--r--utils/livesync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml
index ccd6e2064..fc038484b 100644
--- a/utils/livesync/Cargo.toml
+++ b/utils/livesync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-livesync"
-version = "0.9.0-alpha.1"
+version = "0.10.0-alpha.1"
authors = ["Jan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>"]
license = "MPL-2.0"
description = "Livesync Plugin"