diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2017-02-24 15:59:47 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2017-02-24 15:59:47 +0200 |
commit | 4581f2756b6f4eca8cff221d129006e9f4e5928c (patch) | |
tree | 456ad1c8b3d91164ecc8e8c1d2f5ede9be68a910 | |
parent | b9922412aa1997175b5f714708a299b37fc3e0c2 (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 dbd8405c..4f291395 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-ugly', 'c', - version : '1.11.1.1', + version : '1.11.2.1', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |