summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-23 17:27:06 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-02-23 17:27:06 +0000
commitbfdf71e86eecac503199ddab8c37f19ccd3dd320 (patch)
tree1e184657dfc5f2d2d90e994cc4f05d789ac9492b
parent6c97daeb78fe17149c2172292d17c22804338430 (diff)
downloadgst-libav-bfdf71e86eecac503199ddab8c37f19ccd3dd320.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 d9b2233..268c610 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
- version : '1.10.1',
+ version : '1.10.4',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])