meson: fix version

This commit is contained in:
Tim-Philipp Müller 2016-10-27 10:44:20 +01:00
parent f1bca3115e
commit fa5e58b9ce

View file

@ -1,5 +1,5 @@
project('gst-libav', 'c', 'cpp',
version : '1.9.2.1',
version : '1.9.90',
meson_version : '>= 0.33.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])