summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-01-14 02:17:10 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-01-14 02:17:10 +0000
commitc5e749f4f3fddbb2c1cb688d8a046e7216c9cb01 (patch)
tree2482431d0b9c34089bbaec786d5f04b38d6d18f0
parente816c6cd73c9e0676828c9e227a049ebad3d019f (diff)
downloadgstreamer-plugins-good-c5e749f4f3fddbb2c1cb688d8a046e7216c9cb01.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 811609b8f..6e38dad09 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.3 FLV muxer",
+ "default": "GStreamer 1.18.3.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -6607,7 +6607,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer 1.18.3 FLV muxer",
+ "default": "GStreamer 1.18.3.1 FLV muxer",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -20636,7 +20636,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.18.3",
+ "default": "GStreamer/1.18.3.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
@@ -22593,7 +22593,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer souphttpsrc 1.18.3 ",
+ "default": "GStreamer souphttpsrc 1.18.3.1 ",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index 5ade12b85..1db9612e3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-good', 'c',
- version : '1.18.3',
+ version : '1.18.3.1',
meson_version : '>= 0.48',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])