summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-03 02:04:21 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-03 02:04:21 +0100
commit38d6a5873a663f9354efa3261005abd9c190552b (patch)
tree7b50b5373cb7f0a70fcb95a7d811f034cf558d98
parenta8510e63d1459a60ae61ab3829cbc15078f34566 (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 6021d26..4111b71 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gst-examples', 'c', version : '1.17.2', license : 'LGPL')
+project('gst-examples', 'c', version : '1.17.2.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)