summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-09-09 00:13:20 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-09-09 00:13:20 +0100
commitfb6f5cc0310489b182a7bf12845fff531a172a68 (patch)
tree386f68aae54f618579761f2f7fa80e0a654f563a
parentfe9a365dc0f1ff632abcfe3322ac5527a2cf30a0 (diff)
Back to development
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e0d83fc..e27a071 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.5', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.5.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)