summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-10-27 10:44:20 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-10-27 10:44:20 +0100
commitfa5e58b9cefd2d94fa0c5a6cbf750d58a9b799a8 (patch)
treeff0c5d9214b49c26db0e7361c6d555bcdd9b8499
parentf1bca3115e805614583daa6c8d74e77760eb7c1f (diff)
downloadgst-libav-fa5e58b9cefd2d94fa0c5a6cbf750d58a9b799a8.tar.gz
meson: fix version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index b4f659e..666d3ab 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
- version : '1.9.2.1',
+ version : '1.9.90',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])