summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-01 19:43:29 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-01 19:43:29 +0000
commit53e5dd77f7b0f06dabe2cc3cef49c3f848b2780a (patch)
treedb71aeefb3bad99fd5d3fa377f3c4a6a53eab23a
parent50ffd5a8057d40e573b4b15b62d3a3321e168d89 (diff)
downloadgst-libav-53e5dd77f7b0f06dabe2cc3cef49c3f848b2780a.tar.gz
meson: update version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 666d3ab..3f16a06 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
- version : '1.9.90',
+ version : '1.10.0',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])