From d1d8223d52937e02abbc86e293e1bad5af20c067 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Sep 2021 00:02:33 +0100 Subject: [PATCH] meson: fix up version (Sync with other subprojects, we'll go back to dev in a separate commit). Part-of: --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index dcc1fba..c901f77 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,9 @@ project('All GStreamer modules', 'c', - version : '1.19.1.1', + version : '1.19.2', meson_version : '>= 0.54.0', default_options : ['buildtype=debugoptimized']) gst_version = '>= @0@'.format(meson.project_version()) -gst_branch = 'master' build_system = build_machine.system() cc = meson.get_compiler('c') -- 2.7.4