summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-02-02 17:20:19 +0000
committerTim-Philipp Müller <tim@centricular.com>2022-02-02 17:20:19 +0000
commit3f65bde1f88f267c21233822e6fe54e2e15da9d6 (patch)
treef2c4668dfa93c6e87238765399980ccfbdde50c9
parent70e4fcf4fc8ae19641aa990de5f37d758cdfcea4 (diff)
Back to development1.18
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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)