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

github.com/sdroege/gst-plugin-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 /version-helper
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 'version-helper')
-rw-r--r--version-helper/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml
index 005ac440..79a9e45c 100644
--- a/version-helper/Cargo.toml
+++ b/version-helper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-version-helper"
-version = "0.9.0"
+version = "0.9.0-alpha.1"
authors = ["Sajeer Ahamed <ahamedsajeer.15.15@cse.mrt.ac.lk>",
"Sebastian Dröge <sebastian@centricular.com>"]
categories = ["development-tools"]