Back to development

This commit is contained in:
Tim-Philipp Müller 2020-06-20 00:28:41 +01:00
parent 5f8bf174e8
commit 01882c92d1

View file

@ -1,4 +1,4 @@
project('gst-examples', 'c', version : '1.17.1', license : 'LGPL')
project('gst-examples', 'c', version : '1.17.1.1', license : 'LGPL')
cc = meson.get_compiler('c')
m_dep = cc.find_library('m', required : false)