From 77d68080e80d00b6bf74608b1cc95bdc7aeefa16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Jan 2023 15:44:54 +0200 Subject: [PATCH] meson: Update version to 0.10.0-alpha.1 Should've happened long ago already. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 96270268..03c8cbbb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.9.0-alpha.1', + version: '0.10.0-alpha.1', meson_version : '>= 0.60') # dependencies.py needs a toml parsing module