diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-06-19 19:28:16 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2020-06-19 19:28:16 +0100 |
commit | 5f8bf174e8a9cd1b69c03be24941305078fbeeb2 (patch) | |
tree | 4d2cfe04705d4694b03a919ff30eeeb30c307910 | |
parent | 219415dbf651002d68c217ae2cec06f808c5235b (diff) |
Release 1.17.11.17.1
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ea0721e..13bdb1a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gst-examples', 'c', version : '1.17.0.1', license : 'LGPL') +project('gst-examples', 'c', version : '1.17.1', license : 'LGPL') cc = meson.get_compiler('c') m_dep = cc.find_library('m', required : false) |