diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-07-03 02:04:01 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-07-03 02:04:01 +0100 |
commit | 0f7a515efbef92f7479b56555f5c7108fbdb2b7f (patch) | |
tree | 16567c6f98864cbc065aa2239d6906c71409fbd0 /meson.build | |
parent | 4e4488bab2970695302f54441ea39fa736527ed8 (diff) |
Back to development
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b4521c4..2f92b2b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-libav', 'c', 'cpp', - version : '1.17.2', + version : '1.17.2.1', meson_version : '>= 0.48.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) |