Back to development

This commit is contained in:
Tim-Philipp Müller 2021-06-01 15:29:07 +01:00
parent a3c3afbf56
commit b3327b9f69
2 changed files with 2 additions and 2 deletions

View file

@ -321,7 +321,7 @@
"construct": false, "construct": false,
"construct-only": false, "construct-only": false,
"controllable": false, "controllable": false,
"default": "GStreamer/1.19.1", "default": "GStreamer/1.19.1.1",
"mutable": "null", "mutable": "null",
"readable": true, "readable": true,
"type": "gchararray", "type": "gchararray",

View file

@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c', project('gst-rtsp-server', 'c',
version : '1.19.1', version : '1.19.1.1',
meson_version : '>= 0.54', meson_version : '>= 0.54',
default_options : ['warning_level=1', 'buildtype=debugoptimized']) default_options : ['warning_level=1', 'buildtype=debugoptimized'])