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-only": false,
"controllable": false,
"default": "GStreamer/1.19.1",
"default": "GStreamer/1.19.1.1",
"mutable": "null",
"readable": true,
"type": "gchararray",

View file

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