summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-09-30 11:41:34 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-09-30 11:43:29 +0100
commitdd118c4737a41a45e6f2d6ffbf5783a6b9c7fee3 (patch)
tree74c989241cefee07d02c1901e4d0606d8887532e /meson.build
parent254db116a1d296598bd1d0cd798f90637ebb5b66 (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 3b62439b1..883c1fd52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-bad', 'c', 'cpp',
- version : '1.9.2.1',
+ version : '1.9.90',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',