From: Tim-Philipp Müller Date: Sat, 25 Sep 2021 23:02:33 +0000 (+0100) Subject: meson: fix up version X-Git-Tag: 1.19.3~447 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=d1d8223d52937e02abbc86e293e1bad5af20c067;p=platform%2Fupstream%2Fgstreamer.git meson: fix up version (Sync with other subprojects, we'll go back to dev in a separate commit). Part-of: --- 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')