Back to development

This commit is contained in:
Tim-Philipp Müller 2020-07-03 02:04:04 +01:00
parent ab4952a786
commit 60d8ed7d4f
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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'])