From 3f65bde1f88f267c21233822e6fe54e2e15da9d6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= <tim@centricular.com>
Date: Wed, 2 Feb 2022 17:20:19 +0000
Subject: [PATCH] Back to development

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index c7063d7..db22eb6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.6', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.6.1', license : 'LGPL')
 
 cc = meson.get_compiler('c')
 m_dep = cc.find_library('m', required : false)
-- 
GitLab