meson: fix up version

(Sync with other subprojects, we'll go back to dev in a separate commit).

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/924>
This commit is contained in:
Tim-Philipp Müller 2021-09-26 00:02:33 +01:00
parent 6d9ca9c679
commit d1d8223d52

View file

@ -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')