summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-03-15 19:49:46 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-03-15 19:49:46 +0000
commitb489341c5991b69dbec3303bf52de969416f8276 (patch)
treeb631ceaf97e0b86600da53f61b3452d5dcf6d179
parent959bb246a5b1f5f9c78557da11c3f22b42ff89c0 (diff)
Back to development
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index bc119ec376..5887e43cca 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.4', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.4.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)