meson: fix up version
authorTim-Philipp Müller <tim@centricular.com>
Sat, 25 Sep 2021 23:02:33 +0000 (00:02 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 25 Sep 2021 23:02:33 +0000 (00:02 +0100)
(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>

meson.build

index dcc1fba..c901f77 100644 (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')