summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:58 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:58 +0100
commit3b08c08cf93fc2e5677f756b5009c3953c454c4c (patch)
treecf055405febdefa766fb4f54dc6d8361e63d6309
parent12eef972482ab3243743ae1bda1c40fc4411782c (diff)
Back to development
-rw-r--r--docs/gst_plugins_cache.json2
-rw-r--r--meson.build4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/gst_plugins_cache.json b/docs/gst_plugins_cache.json
index 7e5afa0..a6cf43a 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.0",
+ "default": "GStreamer/1.19.0.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index acf137b..6bd6d1e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-rtsp-server', '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'])
gst_version = meson.project_version()