summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:58 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:58 +0100
commit3b08c08cf93fc2e5677f756b5009c3953c454c4c (patch)
treecf055405febdefa766fb4f54dc6d8361e63d6309 /meson.build
parent12eef972482ab3243743ae1bda1c40fc4411782c (diff)
Back to development
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index acf137b..6bd6d1e 100644
--- a/meson.build
+++ b/meson.build
@@ -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()