summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-10-26 11:17:23 +0000
committerTim-Philipp Müller <tim@centricular.com>2020-10-26 11:17:23 +0000
commit998ee69af18a5928759dbe17fffbceebbc8d72d0 (patch)
tree723b99f446bf46bfbc2b79925fe8c0a15b9507e5
parent86740de5b876bb13927cd82ebd55018440d1c7d4 (diff)
Release 1.18.11.18.1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 886be6a..8c69afd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.0.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)