summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-06-01 15:29:07 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-06-01 15:29:07 +0100
commitb3327b9f69fbc7c1925797717ec30e22855687e8 (patch)
treeaee010398343fb0d62df90571667da30d3928a50
parenta3c3afbf560b3c7fc9fd5e1cfbb80150c0ee2963 (diff)
Back to development
-rw-r--r--docs/gst_plugins_cache.json2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index de62463..68b43a3 100644
--- a/docs/gst_plugins_cache.json
+++ b/docs/gst_plugins_cache.json
@@ -321,7 +321,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.19.1",
+ "default": "GStreamer/1.19.1.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index f3c0f7a..ea36a81 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.19.1',
+ version : '1.19.1.1',
meson_version : '>= 0.54',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])