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:
authorNirbheek Chauhan <nirbheek@centricular.com>2022-10-04 18:49:52 +0300
committerNirbheek Chauhan <nirbheek@centricular.com>2022-10-04 18:57:23 +0300
commit1d4d3e4cb0e6cfb6301df316afb4c5a40e556b68 (patch)
treec53717721ac84afc13ce1e4accce6c2e85b56dd2 /generic
parenta867d6228b79ad99e85aa56cdff752a14b9811b6 (diff)
build: Update versions to be 0.9.0-alpha.1
0.9.0 is the next release, so we can't name things that already. Also the version in meson.build was 0.13.0, which is completely wrong.
Diffstat (limited to 'generic')
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/fmp4/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index 7f5a1fb9c..361583f69 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-file"
-version = "0.9.0"
+version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml
index 22396c819..25117cbd0 100644
--- a/generic/fmp4/Cargo.toml
+++ b/generic/fmp4/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-fmp4"
-version = "0.9.0"
+version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "MPL-2.0"
description = "Fragmented MP4 Plugin"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index fda10690e..07704ef44 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-sodium"
-version = "0.9.0"
+version = "0.9.0-alpha.1"
authors = ["Jordan Petridis <jordan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "libsodium-based file encryption and decryption"
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index 7503de9c0..062ec85c2 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-threadshare"
-version = "0.9.0"
+version = "0.9.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1-or-later"
description = "Threadshare Plugin"