summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-03 02:04:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-03 02:04:04 +0100
commit60d8ed7d4f23eea9b41c9ed316b45c75aefec419 (patch)
tree420a653cde2cebaec5f54b6ca77f2e73598a0264
parentab4952a786192f3b531a637f8fe0d9c5e6163008 (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 4f56b67..4c4c932 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.17.2",
+ "default": "GStreamer/1.17.2.1",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff --git a/meson.build b/meson.build
index 8d0ea6e..a4ff418 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.17.2',
+ version : '1.17.2.1',
meson_version : '>= 0.48',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])