summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:17 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:17 +0100
commit9d7f360da7e3e0b3cf16adef83778d358aa35da7 (patch)
tree6bd95ac58761723fe7864dc67b49debb3638f29b /meson.build
parentf94b054d0d6540e1bc12e6937bc3dfc17e1216d4 (diff)
Back to development
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index be07bcb..4cd15f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
-project('gstreamer-sharp', ['cs', 'c'], version: '1.18.0',
- meson_version: '>=0.48', license: 'LGPL')
+project('gstreamer-sharp', ['cs', 'c'], version: '1.19.0.1',
+ meson_version : '>= 0.54', license: 'LGPL')
if host_machine.system() == 'osx'
lib_prefix=''