From 519371240d4e282fbd56b01d62941949c56df6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 8 Apr 2024 16:43:35 +0300 Subject: [PATCH] meson: Update version to 0.12.4 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 484467e5..46a3f8aa 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.12.2', + version: '0.12.4', meson_version : '>= 1.1') # dependencies.py needs a toml parsing module