summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-12-06 13:25:41 +0000
committerTim-Philipp Müller <tim@centricular.com>2020-12-06 13:25:41 +0000
commit45086d8ef2d75244d9d5c8f69c0f0e1dfd4200b3 (patch)
tree5928b38ebc252eac94c5e0ad695d6394fa0a80c7
parentf0b9b1685d2c5a619eee0428b2d64e4337fbda15 (diff)
Release 1.18.21.18.2
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index f60d35f..de43222 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.1.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.2', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)