summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-20 14:56:13 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-20 14:56:13 +0000
commitd89fb51e5662719f85de3c97b3d5160090a58030 (patch)
tree08608033b469709027c4dedc1d028a0936cd6091
parente2f452657c2d9f23ea631d3ab81b00909c936699 (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 99ecfb6..9745bb0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.10.0',
+ version : '1.10.1',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'c_std=gnu99',