summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-10-27 12:34:58 +0000
committerTim-Philipp Müller <tim@centricular.com>2020-10-27 12:34:58 +0000
commitf0b9b1685d2c5a619eee0428b2d64e4337fbda15 (patch)
treed2672a6d4c765b477eeefd7c55e1a5a67dfbd941
parent998ee69af18a5928759dbe17fffbceebbc8d72d0 (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 8c69afdfe6..f60d35f724 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.18.1', license : 'LGPL')
+project('gst-examples', 'c', version : '1.18.1.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)