From 71360e5903a37c12d30923f547ecd8bed0a3455c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Sep 2020 16:58:37 +0100 Subject: [PATCH] Back to development --- docs/gst_plugins_cache.json | 8 ++++---- meson.build | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json index d3f30d4..1489807 100644 --- a/docs/gst_plugins_cache.json +++ b/docs/gst_plugins_cache.json @@ -6595,7 +6595,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer 1.18.0 FLV muxer", + "default": "GStreamer 1.19.0.1 FLV muxer", "mutable": "null", "readable": true, "type": "gchararray", @@ -6607,7 +6607,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer 1.18.0 FLV muxer", + "default": "GStreamer 1.19.0.1 FLV muxer", "mutable": "null", "readable": true, "type": "gchararray", @@ -20636,7 +20636,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer/1.18.0", + "default": "GStreamer/1.19.0.1", "mutable": "null", "readable": true, "type": "gchararray", @@ -22593,7 +22593,7 @@ "construct": false, "construct-only": false, "controllable": false, - "default": "GStreamer souphttpsrc 1.18.0 ", + "default": "GStreamer souphttpsrc 1.19.0.1 ", "mutable": "null", "readable": true, "type": "gchararray", diff --git a/meson.build b/meson.build index 77ab1a7..8b57ea5 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gst-plugins-good', 'c', - version : '1.18.0', - meson_version : '>= 0.48', + version : '1.19.0.1', + meson_version : '>= 0.54', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- 2.7.4