summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-24 15:59:41 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-24 15:59:41 +0200
commit16941255e7ffeca772699ef3d5ee59c409557924 (patch)
treea5c99cde6931e4147c7f3007285f3c67f687c818 /meson.build
parent2c25627f1d2835da8c406e2764fb730347066fac (diff)
meson: Update version
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 989c25d8c..f63dd89c6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-good', 'c', 'cpp',
- version : '1.11.1.1',
+ version : '1.11.2.1',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])