summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-01 19:40:32 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-01 19:40:32 +0000
commitf8108a0eac595b6586782838a6ddd9077bbc1895 (patch)
treea27344f8c7ef424f6d2dcd51a9ca00c6bc33b72a
parent81ee25ad4e8db836528a8be1ac85655506fd8eb4 (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 8163c6d852..a6312d02ef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gstreamer', 'c', 'cpp',
- version : '1.9.90',
+ version : '1.10.0',
meson_version : '>= 0.35.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])