From 1f66cda890313d7accc016a2d5ec7d411d17244a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 8 Sep 2020 16:59:14 +0100 Subject: [PATCH] Back to development --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2700823..150288e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gst-examples', 'c', version : '1.18.0', license : 'LGPL') +project('gst-examples', 'c', version : '1.19.0.1', license : 'LGPL') cc = meson.get_compiler('c') m_dep = cc.find_library('m', required : false) -- 2.7.4