summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-01-14 02:18:06 +0000
committerTim-Philipp Müller <tim@centricular.com>2021-01-14 02:18:06 +0000
commitaa3b1a39e5021b60d85f05d745beeb69ae1a5fd7 (patch)
tree87f068e5323440f6bc66437453c82bd8a672aac4
parent06599904baa5d0e47b5cb9501372156567760f8e (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 82e2e8e09f..4839a4287d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.3', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.3.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)