diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2021-06-01 00:17:01 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2021-06-01 00:17:01 +0100 |
commit | 778464f1388fcd07d8092f9abfded996267434b6 (patch) | |
tree | f99a584f8d5499e906a83831de3a50295fde383b | |
parent | a3c662b2e3210dd34f954f04f924c434e5b5aca2 (diff) |
Release 1.19.11.19.1
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 7d0cab3..4759669 100644 --- a/meson.build +++ b/meson.build @@ -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) |