mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
6d9ca9c679
commit
d1d8223d52
1 changed files with 1 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue