summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-03-15 19:49:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-03-15 19:49:29 +0000
commit1d8bc7759d97900daa3ecc2e708b26b90f48fff5 (patch)
treef159e17a31a514050312be2ea3d7d89e288721cb
parent22d32acd45c74127a23ac52ecf80e3f2067e4c4b (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 c29f8d2..f7e6502 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.18.4",
+ "default": "GStreamer/1.18.4.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index 91891e5..34ccc78 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.18.4',
+ version : '1.18.4.1',
meson_version : '>= 0.48',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])