summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:14 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-09-08 16:59:14 +0100
commit1f66cda890313d7accc016a2d5ec7d411d17244a (patch)
treeb10669f14d110f034c5007dee1263c24ae013e02
parent009290dc8784e6714dc2a29be123110c14a38123 (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 2700823..150288e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.0', license : 'LGPL')
+project('gst-examples', 'c', version : '1.19.0.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)