From 119d90580511c7234173607c8a23200a6a5176fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 8 Feb 2024 19:32:00 +0200 Subject: [PATCH] Update version to 0.13.0-alpha.1 --- Cargo.toml | 2 +- meson.build | 2 +- version-helper/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8215dc40..574007e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ panic = 'unwind' opt-level = 1 [workspace.package] -version = "0.12.0-alpha.1" +version = "0.13.0-alpha.1" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" edition = "2021" rust-version = "1.70" diff --git a/meson.build b/meson.build index 7e2e5777..7bf90c10 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.12.0-alpha.1', + version: '0.13.0-alpha.1', meson_version : '>= 1.1') # dependencies.py needs a toml parsing module diff --git a/version-helper/Cargo.toml b/version-helper/Cargo.toml index 47d1aeb9..c22e5426 100644 --- a/version-helper/Cargo.toml +++ b/version-helper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-version-helper" -version = "0.8.0" +version = "0.8.1" authors = ["Sajeer Ahamed ", "Sebastian Dröge "] categories = ["development-tools"]