summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 00:10:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 00:10:23 +0100
commit009290dc8784e6714dc2a29be123110c14a38123 (patch)
treeff17d86aedcb659d84527d7a7cf866474e054168
parent899cd55b5fa05dccd6bcce018fa13992d721687b (diff)
Release 1.18.01.18.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4a837c2..2700823 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.17.90', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.0', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)