summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-12-06 23:56:49 +0000
committerTim-Philipp Müller <tim@centricular.com>2020-12-06 23:56:49 +0000
commit2e2eb43758de6aca8a040f2c1fc757c76219d974 (patch)
tree2c6658ce73edeb7759d74990bbba35fc57b05513
parentcc896a7e9031de420ab915ab94451ffa9c1bf26d (diff)
downloadgstreamer-plugins-good-2e2eb43758de6aca8a040f2c1fc757c76219d974.tar.gz
Back to development
-rw-r--r--docs/gst_plugins_cache.json8
-rw-r--r--meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 572a552ae..01f68978b 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.2 FLV muxer",
+ "default": "GStreamer 1.18.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -6607,7 +6607,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer 1.18.2 FLV muxer",
+ "default": "GStreamer 1.18.2.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -20636,7 +20636,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.18.2",
+ "default": "GStreamer/1.18.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -22593,7 +22593,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer souphttpsrc 1.18.2 ",
+ "default": "GStreamer souphttpsrc 1.18.2.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index 53e1ef539..30547f494 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
- version : '1.18.2',
+ version : '1.18.2.1',
meson_version : '>= 0.48',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])