summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:50 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:58:50 +0100
commit9b082e7467797a6e1c5626a67f7ffc5d0248eccd (patch)
treeaaf99320248e4630a492965dfb8526111c22464c
parent7cb583bb0427819a6b59b783e7df67961df2155f (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 3411680ea..d0d1a3fc3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-plugins-bad', 'c', 'cpp',
- version : '1.18.0',
- meson_version : '>= 0.49',
+ version : '1.19.0.1',
+ meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])