Back to development

This commit is contained in:
Tim-Philipp Müller 2020-09-08 16:58:58 +01:00
parent 12eef97248
commit 3b08c08cf9
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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()