summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2021-06-01 15:29:23 +0100
committerTim-Philipp Müller <tim@centricular.com>2021-06-01 15:29:23 +0100
commitfac3ca0a93c432980b0eab3a4ea5a6dfe8e167b4 (patch)
treee796d0767cda3359401d4809feaa745fe536a274
parent778464f1388fcd07d8092f9abfded996267434b6 (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 4759669..3c6db26 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.19.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.19.1.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)