X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=subprojects%2Fgst-docs%2Fmeson.build;h=e15c5e27da0ffc79e1b6276878aa87efa5c88018;hb=db450689db1c8216a059c7733e1d2d37f4b3443b;hp=76eb933b18a94e43636c56787e6870fbed71148a;hpb=99bbb1ef359f6b9d962b2cb9f66a74fe3bb31280;p=platform%2Fupstream%2Fgstreamer.git diff --git a/subprojects/gst-docs/meson.build b/subprojects/gst-docs/meson.build index 76eb933..e15c5e2 100644 --- a/subprojects/gst-docs/meson.build +++ b/subprojects/gst-docs/meson.build @@ -1,5 +1,5 @@ project('GStreamer manuals and tutorials', 'c', - version: '1.21.1.1', + version: '1.21.2.1', meson_version : '>= 0.62') hotdoc_p = find_program('hotdoc') @@ -124,7 +124,7 @@ gstreamer_doc = hotdoc.generate_doc('GStreamer', build_always_stale: true, edit_on_github_repository: 'https://gitlab.freedesktop.org/gstreamer/gst-docs/', previous_symbol_index: join_paths(meson.current_source_dir(), 'symbols', 'symbol_index.json'), - fatal_warning: get_option('fatal_warnings') + fatal_warnings: get_option('fatal_warnings') ) cdata = configuration_data()