summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:56 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:56 +0100
commit976b70730bf94d07ffb1da63b8d6a008860a0cd1 (patch)
tree62e08cf8591e735a024a78c1b58c5b02f217a6f7
parent215b3ed959f2b307065319f94855cc9e1ce7be95 (diff)
Back to development
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 8eb8106..5462c3e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-libav', 'c', 'cpp',
- version : '1.18.0',
- meson_version : '>= 0.48.0',
+ version : '1.19.0.1',
+ meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])