From 1d4d3e4cb0e6cfb6301df316afb4c5a40e556b68 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 4 Oct 2022 21:19:52 +0530 Subject: 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. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 89c69f54c..3d8ac24fb 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.13.0', + version: '0.9.0-alpha.1', meson_version : '>= 0.60') python = import('python').find_installation() -- cgit v1.2.3