summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-03-15 17:50:38 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-03-15 17:50:38 +0000
commit959bb246a5b1f5f9c78557da11c3f22b42ff89c0 (patch)
treedea5f6aacd666009b6c570016a79e827f404559d
parentaa3b1a39e5021b60d85f05d745beeb69ae1a5fd7 (diff)
Release 1.18.41.18.4
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4839a42..bc119ec 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.3.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.4', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)