From 50efdf6a64894910794c2e9db60a0ce3dbf08e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 8 Feb 2024 19:33:09 +0200 Subject: [PATCH] Update version to 0.12.0 --- Cargo.toml | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8215dc40..78cd604d 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.12.0" 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..52c98237 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.12.0', meson_version : '>= 1.1') # dependencies.py needs a toml parsing module