diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-11-01 18:09:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-01 18:09:00 +0000 |
commit | 893f8674dfd25aa803810f4fc97c0fa593d636d9 (patch) | |
tree | 21c8f4c253bed9886e4a92515936aebae805e743 | |
parent | 69fc488392b1d089d9054b6ba77bd19328aaeefb (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 85f03fe0f..87aeb349e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-good', 'c', 'cpp', - version : '1.9.90', + version : '1.11.0.1', meson_version : '>= 0.35.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |