diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-09-30 11:42:08 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-09-30 11:42:08 +0100 |
commit | 87f8eed5a73e1018077bef14750e10d0ec337450 (patch) | |
tree | 78b1785db254da83197124276c91b7b5109c0c61 | |
parent | 11f5797cce4c4566d047982173eeeb10f087d2d5 (diff) |
meson: update version
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d861ffe..19f0d9f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-rtsp-server', 'c', - version : '1.9.1.1', + version : '1.9.90', meson_version : '>= 0.33.0', default_options : ['warning_level=1', 'buildtype=debugoptimized']) |