summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:04 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:04 +0100
commit20a5925c97e3d5846fd1aeff660c82f1656cd4ea (patch)
tree2d32330321b2dd4c8938471cf34b743b0653431c
parenta85f99e274fe14348645c61606463ff63ceb45eb (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 a283af1..9af4ee9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gst-python', 'c', 'cpp',
- version : '1.18.0',
- meson_version : '>= 0.46.0',
+ version : '1.19.0.1',
+ meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'c_std=gnu99',
'buildtype=debugoptimized' ])