Release 1.19.1

This commit is contained in:
Tim-Philipp Müller 2021-06-01 00:17:01 +01:00
parent a3c662b2e3
commit 778464f138

View file

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