summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-02-23 17:26:50 +0000
committerTim-Philipp Müller <tim@centricular.com>2017-02-23 17:26:50 +0000
commitacb0bdf17d13bdccb328d08b3b96b03f904d0df6 (patch)
treee073fc5e69927b22e555c8ca1859beaee7cf5caa
parentd0789bf203b2be01e17b88cefb1e2623503ed313 (diff)
meson: update version
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 66eb873..c347d72 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.10.1',
+ version : '1.10.4',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',