diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-01-13 12:39:21 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-01-13 12:39:21 +0000 |
commit | 96a374ebce6995e49f4c111c2f9407bf0d6e2d52 (patch) | |
tree | 0cca4199280cedf0afc71104d7eab866578c71ec /meson.build | |
parent | ed03fd6d3f87160817d00ad8b015a063ee1db046 (diff) | |
download | gstreamer-plugins-bad-96a374ebce6995e49f4c111c2f9407bf0d6e2d52.tar.gz |
meson: bump version
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 874c9f710..5c0a9cc4d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-bad', 'c', 'cpp', - version : '1.11.0.1', + version : '1.11.1.1', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |