Update version to match git master

Use the 1.10 branch if you want to track 1.10.
This commit is contained in:
Tim-Philipp Müller 2016-11-02 11:30:06 +00:00
parent c843f48740
commit 90021b82af

View file

@ -1,4 +1,4 @@
project('All GStreamer modules', 'c', version : '1.9.90', meson_version : '>= 0.35.1')
project('All GStreamer modules', 'c', version : '1.11.0.1', meson_version : '>= 0.35.1')
gst_version = '>= @0@'.format(meson.project_version())
gst_branch = 'master'